HEX: #BBE57D
RGB: (187,229,125)
#BBE57D contains mainly red and green colors. Web safe color of #BBE57D is #CCCC66 (or #CC6).
#BBE57D color RGB value is (187,229,125).
RGB: (187,229,125)
(73%, 90%, 49%)
R 187 of 255 = 73%
G 229 of 255 = 90%
B 125 of 255 = 49%
R + G + B ~ 71%. #BBE57D is quite light color.
R + G + B = 187 + 229 + 125 = 541 (100%)
R 187 of 541 ~ 34.57%
G 229 of 541 ~ 42.33%
B 125 of 541 ~ 23.11'%
#BBE57D color CMYK value is (18,0,45,10).
CMYK: (18,0,45,10)
C18M0Y45K10 (18%, 0%, 45%, 10%)
(0.18 / 0.00 / 0.45 / 0.10)
Color #BBE57D in popluar color models
BB | E5 | 7D | |
---|---|---|---|
RGB | 187 | 229 | 125 |
HSL | 84° | 66.67% | 69.41% |
HSB/HSV | 84° | 45.41% | 89.80% |
CMYK | 18.34% | 0.00% | 45.41% |
10.20% |
Color #BBE57D in popluar number systems.
HEX | BB | E5 | 7D |
Decimal | 187 | 229 | 125 |
Binary | 10111011 | 11100101 | 1111101 |
Octal | 273 | 345 | 175 |
Shades of #BBE57D
Tints of #BBE57D
Examples of css and html codes for elements with #BBE57D color. Also use rgb(187,229,125) instead hex code.
.myTextColor { color: #BBE57D; }
<p style="color:#BBE57D">This sample text font color is #BBE57D.</p>
This text font color is #BBE57D.
.myBgColor { background-color: #BBE57D; }
<div style="background-color:#BBE57D">Inner text</div>
This div background color is #BBE57D.
.myBorderColor { border: 1px solid #BBE57D; }
<div style="border:3px solid #BBE57D">Div</div>
This div border color is #BBE57D.
.myOpacity80 { color: #BBE57D; opacity: 0.8; }
<p style="color:#BBE57D;opacity:0.8;">80%</p>
Text with #BBE57D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE57D;}
<p style="text-shadow: 3px 3px 1px #BBE57D">Text here.</p>
This text has shadow with #BBE57D color.
.textShadow {text-shadow: 3px 3px 1px #BBE57D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE57D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BBE57D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE57D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE57D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE57D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE57D;
-webkit-box-shadow: 1px 1px 3px 2px #BBE57D;
box-shadow: 1px 1px 3px 2px #BBE57D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE57D; -webkit-box-shadow: 1px 1px 3px 2px #BBE57D; box-shadow:1px 1px 3px 2px #BBE57D;">
Div content here
</div>
This text has color #BBE57D on black background.
This text has color #BBE57D on white background.
This text has black color on #BBE57D background.
This text has white color on #BBE57D background.
Complementary color for #hex is #441A82.