HEX: #B4E87D
RGB: (180,232,125)
#B4E87D contains mainly red and green colors. Web safe color of #B4E87D is #CCFF66 (or #CF6).
#B4E87D color RGB value is (180,232,125).
RGB: (180,232,125)
(71%, 91%, 49%)
R 180 of 255 = 71%
G 232 of 255 = 91%
B 125 of 255 = 49%
R + G + B ~ 70%. #B4E87D is quite light color.
R + G + B = 180 + 232 + 125 = 537 (100%)
R 180 of 537 ~ 33.52%
G 232 of 537 ~ 43.2%
B 125 of 537 ~ 23.28'%
#B4E87D color CMYK value is (22,0,46,9).
CMYK: (22,0,46,9)
C22M0Y46K9 (22%, 0%, 46%, 9%)
(0.22 / 0.00 / 0.46 / 0.09)
Color #B4E87D in popluar color models
B4 | E8 | 7D | |
---|---|---|---|
RGB | 180 | 232 | 125 |
HSL | 89° | 69.93% | 70.00% |
HSB/HSV | 89° | 46.12% | 90.98% |
CMYK | 22.41% | 0.00% | 46.12% |
9.02% |
Color #B4E87D in popluar number systems.
HEX | B4 | E8 | 7D |
Decimal | 180 | 232 | 125 |
Binary | 10110100 | 11101000 | 1111101 |
Octal | 264 | 350 | 175 |
Shades of #B4E87D
Tints of #B4E87D
Examples of css and html codes for elements with #B4E87D color. Also use rgb(180,232,125) instead hex code.
.myTextColor { color: #B4E87D; }
<p style="color:#B4E87D">This sample text font color is #B4E87D.</p>
This text font color is #B4E87D.
.myBgColor { background-color: #B4E87D; }
<div style="background-color:#B4E87D">Inner text</div>
This div background color is #B4E87D.
.myBorderColor { border: 1px solid #B4E87D; }
<div style="border:3px solid #B4E87D">Div</div>
This div border color is #B4E87D.
.myOpacity80 { color: #B4E87D; opacity: 0.8; }
<p style="color:#B4E87D;opacity:0.8;">80%</p>
Text with #B4E87D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4E87D;}
<p style="text-shadow: 3px 3px 1px #B4E87D">Text here.</p>
This text has shadow with #B4E87D color.
.textShadow {text-shadow: 3px 3px 1px #B4E87D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4E87D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4E87D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4E87D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4E87D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4E87D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4E87D;
-webkit-box-shadow: 1px 1px 3px 2px #B4E87D;
box-shadow: 1px 1px 3px 2px #B4E87D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4E87D; -webkit-box-shadow: 1px 1px 3px 2px #B4E87D; box-shadow:1px 1px 3px 2px #B4E87D;">
Div content here
</div>
This text has color #B4E87D on black background.
This text has color #B4E87D on white background.
This text has black color on #B4E87D background.
This text has white color on #B4E87D background.
Complementary color for #hex is #4B1782.