HEX: #B4D878
RGB: (180,216,120)
#B4D878 contains mainly red and green colors. Web safe color of #B4D878 is #CCCC66 (or #CC6).
#B4D878 color RGB value is (180,216,120).
RGB: (180,216,120)
(71%, 85%, 47%)
R 180 of 255 = 71%
G 216 of 255 = 85%
B 120 of 255 = 47%
R + G + B ~ 68%. #B4D878 is quite light color.
R + G + B = 180 + 216 + 120 = 516 (100%)
R 180 of 516 ~ 34.88%
G 216 of 516 ~ 41.86%
B 120 of 516 ~ 23.26'%
#B4D878 color CMYK value is (17,0,44,15).
CMYK: (17,0,44,15) C17M0Y44K15 (17%,0%,44%,15%) (0.17/0.00/0.44/0.15)
Color #B4D878 in popluar color models
B4 | D8 | 78 | |
---|---|---|---|
RGB | 180 | 216 | 120 |
HSL | 83° | 55.17% | 65.88% |
HSB/HSV | 83° | 44.44% | 84.71% |
CMYK | 16.67% | 0.00% | 44.44% |
15.29% |
Color #B4D878 in popluar number systems.
HEX | B4 | D8 | 78 |
Decimal | 180 | 216 | 120 |
Binary | 10110100 | 11011000 | 1111000 |
Octal | 264 | 330 | 170 |
Shades of #B4D878
Tints of #B4D878
Examples of css and html codes for elements with #B4D878 color. Also use rgb(180,216,120) instead hex code.
.myTextColor { color: #B4D878; }
<p style="color:#B4D878">This sample text font color is #B4D878.</p>
This text font color is #B4D878.
.myBgColor { background-color: #B4D878; }
<div style="background-color:#B4D878">Inner text</div>
This div background color is #B4D878.
.myBorderColor { border: 1px solid #B4D878; }
<div style="border:3px solid #B4D878">Div</div>
This div border color is #B4D878.
.myOpacity80 { color: #B4D878; opacity: 0.8; }
<p style="color:#B4D878;opacity:0.8;">80%</p>
Text with #B4D878 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D878;}
<p style="text-shadow: 3px 3px 1px #B4D878">Text here.</p>
This text has shadow with #B4D878 color.
.textShadow {text-shadow: 3px 3px 1px #B4D878', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D878, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4D878 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D878, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D878, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D878 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D878;
-webkit-box-shadow: 1px 1px 3px 2px #B4D878;
box-shadow: 1px 1px 3px 2px #B4D878;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D878; -webkit-box-shadow: 1px 1px 3px 2px #B4D878; box-shadow:1px 1px 3px 2px #B4D878;">
Div content here
</div>
This text has color #B4D878 on black background.
This text has color #B4D878 on white background.
This text has black color on #B4D878 background.
This text has white color on #B4D878 background.
Complementary color for #hex is #4B2787.