HEX: #B0E599
RGB: (176,229,153)
#B0E599 contains mainly red and green colors. Web safe color of #B0E599 is #99CC99 (or #9C9).
#B0E599 color RGB value is (176,229,153).
RGB: (176,229,153)
(69%, 90%, 60%)
R 176 of 255 = 69%
G 229 of 255 = 90%
B 153 of 255 = 60%
R + G + B ~ 73%. #B0E599 is quite light color.
R + G + B = 176 + 229 + 153 = 558 (100%)
R 176 of 558 ~ 31.54%
G 229 of 558 ~ 41.04%
B 153 of 558 ~ 27.42'%
#B0E599 color CMYK value is (23,0,33,10).
CMYK: (23,0,33,10)
C23M0Y33K10 (23%, 0%, 33%, 10%)
(0.23 / 0.00 / 0.33 / 0.10)
Color #B0E599 in popluar color models
B0 | E5 | 99 | |
---|---|---|---|
RGB | 176 | 229 | 153 |
HSL | 102° | 59.38% | 74.90% |
HSB/HSV | 102° | 33.19% | 89.80% |
CMYK | 23.14% | 0.00% | 33.19% |
10.20% |
Color #B0E599 in popluar number systems.
HEX | B0 | E5 | 99 |
Decimal | 176 | 229 | 153 |
Binary | 10110000 | 11100101 | 10011001 |
Octal | 260 | 345 | 231 |
Shades of #B0E599
Tints of #B0E599
Examples of css and html codes for elements with #B0E599 color. Also use rgb(176,229,153) instead hex code.
.myTextColor { color: #B0E599; }
<p style="color:#B0E599">This sample text font color is #B0E599.</p>
This text font color is #B0E599.
.myBgColor { background-color: #B0E599; }
<div style="background-color:#B0E599">Inner text</div>
This div background color is #B0E599.
.myBorderColor { border: 1px solid #B0E599; }
<div style="border:3px solid #B0E599">Div</div>
This div border color is #B0E599.
.myOpacity80 { color: #B0E599; opacity: 0.8; }
<p style="color:#B0E599;opacity:0.8;">80%</p>
Text with #B0E599 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0E599;}
<p style="text-shadow: 3px 3px 1px #B0E599">Text here.</p>
This text has shadow with #B0E599 color.
.textShadow {text-shadow: 3px 3px 1px #B0E599', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0E599, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0E599 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0E599, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0E599, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0E599 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0E599;
-webkit-box-shadow: 1px 1px 3px 2px #B0E599;
box-shadow: 1px 1px 3px 2px #B0E599;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0E599; -webkit-box-shadow: 1px 1px 3px 2px #B0E599; box-shadow:1px 1px 3px 2px #B0E599;">
Div content here
</div>
This text has color #B0E599 on black background.
This text has color #B0E599 on white background.
This text has black color on #B0E599 background.
This text has white color on #B0E599 background.
Complementary color for #hex is #4F1A66.