HEX: #B6D557
RGB: (182,213,87)
#B6D557 contains mainly red and green colors. Web safe color of #B6D557 is #CCCC66 (or #CC6).
#B6D557 color RGB value is (182,213,87).
RGB: (182,213,87) (71%,84%,34%)
R 182 of 255 = 71%
G 213 of 255 = 84%
B 87 of 255 = 34%
R + G + B ~ 63%. #B6D557 is quite light color.
R + G + B =
182 + 213 + 87 = 482 (100%)
R 182 of 482 ~ 37.76%
G 213 of 482 ~ 44.19%
B 87 of 482 ~ 18.05%
#B6D557 color CMYK value is (15,0,59,16).
CMYK: (15,0,59,16) C15M0Y59K16 (15%,0%,59%,16%) (0.15/0.00/0.59/0.16)
B6 | D5 | 57 | |
---|---|---|---|
RGB | 182 | 213 | 87 |
HSL | 75° | 60.00% | 58.82% |
HSB/HSV | 75° | 59.15% | 83.53% |
CMYK | 14.55% | 0.00% | 59.15% |
16.47% |
HEX | B6 | D5 | 57 |
Decimal | 182 | 213 | 87 |
Binary | 10110110 | 11010101 | 1010111 |
Octal | 266 | 325 | 127 |
Examples of css and html codes for elements with #B6D557 color. Also use rgb(182,213,87) instead hex code.
.myTextColor { color: #B6D557; }
<p style="color:#B6D557">This sample text font color is #B6D557.</p>
This text font color is #B6D557.
.myBgColor { background-color: #B6D557; }
<div style="background-color:#B6D557">Inner text</div>
This div background color is #B6D557.
.myBorderColor { border: 1px solid #B6D557; }
<div style="border:3px solid #B6D557">Div</div>
This div border color is #B6D557.
.myOpacity80 { color: #B6D557; opacity: 0.8; }
<p style="color:#B6D557;opacity:0.8;">80%</p>
Text with #B6D557 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6D557;}
<p style="text-shadow: 3px 3px 1px #B6D557">Text here.</p>
This text has shadow with #B6D557 color.
.textShadow {text-shadow: 3px 3px 1px #B6D557, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6D557, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6D557 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6D557, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6D557, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6D557 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B6D557; -webkit-box-shadow: 1px 1px 3px 2px #B6D557; box-shadow: 1px 1px 3px 2px #B6D557; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6D557; -webkit-box-shadow: 1px 1px 3px 2px #B6D557; box-shadow:1px 1px 3px 2px #B6D557;">
Div content here</div>
This text has color #B6D557 on black background.
This text has color #B6D557 on white background.
This text has black color on #B6D557 background.
This text has white color on #B6D557 background.