HEX: #87CC80
RGB: (135,204,128)
#87CC80 contains mainly green color. Web safe color of #87CC80 is #99CC66 (or #9C6).
#87CC80 color RGB value is (135,204,128).
RGB: (135,204,128)
(53%, 80%, 50%)
R 135 of 255 = 53%
G 204 of 255 = 80%
B 128 of 255 = 50%
R + G + B ~ 61%. #87CC80 is quite light color.
R + G + B = 135 + 204 + 128 = 467 (100%)
R 135 of 467 ~ 28.91%
G 204 of 467 ~ 43.68%
B 128 of 467 ~ 27.41'%
#87CC80 color CMYK value is (34,0,37,20).
CMYK: (34,0,37,20)
C34M0Y37K20 (34%, 0%, 37%, 20%)
(0.34 / 0.00 / 0.37 / 0.20)
Color #87CC80 in popluar color models
87 | CC | 80 | |
---|---|---|---|
RGB | 135 | 204 | 128 |
HSL | 114° | 42.70% | 65.10% |
HSB/HSV | 114° | 37.25% | 80.00% |
CMYK | 33.82% | 0.00% | 37.25% |
20.00% |
Color #87CC80 in popluar number systems.
HEX | 87 | CC | 80 |
Decimal | 135 | 204 | 128 |
Binary | 10000111 | 11001100 | 10000000 |
Octal | 207 | 314 | 200 |
Shades of #87CC80
Tints of #87CC80
Examples of css and html codes for elements with #87CC80 color. Also use rgb(135,204,128) instead hex code.
.myTextColor { color: #87CC80; }
<p style="color:#87CC80">This sample text font color is #87CC80.</p>
This text font color is #87CC80.
.myBgColor { background-color: #87CC80; }
<div style="background-color:#87CC80">Inner text</div>
This div background color is #87CC80.
.myBorderColor { border: 1px solid #87CC80; }
<div style="border:3px solid #87CC80">Div</div>
This div border color is #87CC80.
.myOpacity80 { color: #87CC80; opacity: 0.8; }
<p style="color:#87CC80;opacity:0.8;">80%</p>
Text with #87CC80 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87CC80;}
<p style="text-shadow: 3px 3px 1px #87CC80">Text here.</p>
This text has shadow with #87CC80 color.
.textShadow {text-shadow: 3px 3px 1px #87CC80', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87CC80, 5px 5px 20px red">Text here.</p>
This text has shadow with #87CC80 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87CC80, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87CC80, Direction=45, Strength=4)">Text</p>
This text has shadow with #87CC80 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87CC80;
-webkit-box-shadow: 1px 1px 3px 2px #87CC80;
box-shadow: 1px 1px 3px 2px #87CC80;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87CC80; -webkit-box-shadow: 1px 1px 3px 2px #87CC80; box-shadow:1px 1px 3px 2px #87CC80;">
Div content here
</div>
This text has color #87CC80 on black background.
This text has color #87CC80 on white background.
This text has black color on #87CC80 background.
This text has white color on #87CC80 background.
Complementary color for #hex is #78337F.