HEX: #87CF4B
RGB: (135,207,75)
#87CF4B contains mainly green color. Web safe color of #87CF4B is #99CC33 (or #9C3).
#87CF4B color RGB value is (135,207,75).
RGB: (135,207,75)
(53%, 81%, 29%)
R 135 of 255 = 53%
G 207 of 255 = 81%
B 75 of 255 = 29%
R + G + B ~ 54%. #87CF4B is middle color (not dark and not light).
R + G + B = 135 + 207 + 75 = 417 (100%)
R 135 of 417 ~ 32.37%
G 207 of 417 ~ 49.64%
B 75 of 417 ~ 17.99'%
#87CF4B color CMYK value is (35,0,64,19).
CMYK: (35,0,64,19) C35M0Y64K19 (35%,0%,64%,19%) (0.35/0.00/0.64/0.19)
Color #87CF4B in popluar color models
87 | CF | 4B | |
---|---|---|---|
RGB | 135 | 207 | 75 |
HSL | 93° | 57.89% | 55.29% |
HSB/HSV | 93° | 63.77% | 81.18% |
CMYK | 34.78% | 0.00% | 63.77% |
18.82% |
Color #87CF4B in popluar number systems.
HEX | 87 | CF | 4B |
Decimal | 135 | 207 | 75 |
Binary | 10000111 | 11001111 | 1001011 |
Octal | 207 | 317 | 113 |
Shades of #87CF4B
Tints of #87CF4B
Examples of css and html codes for elements with #87CF4B color. Also use rgb(135,207,75) instead hex code.
.myTextColor { color: #87CF4B; }
<p style="color:#87CF4B">This sample text font color is #87CF4B.</p>
This text font color is #87CF4B.
.myBgColor { background-color: #87CF4B; }
<div style="background-color:#87CF4B">Inner text</div>
This div background color is #87CF4B.
.myBorderColor { border: 1px solid #87CF4B; }
<div style="border:3px solid #87CF4B">Div</div>
This div border color is #87CF4B.
.myOpacity80 { color: #87CF4B; opacity: 0.8; }
<p style="color:#87CF4B;opacity:0.8;">80%</p>
Text with #87CF4B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87CF4B;}
<p style="text-shadow: 3px 3px 1px #87CF4B">Text here.</p>
This text has shadow with #87CF4B color.
.textShadow {text-shadow: 3px 3px 1px #87CF4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87CF4B, 5px 5px 20px red">Text here.</p>
This text has shadow with #87CF4B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87CF4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87CF4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #87CF4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87CF4B;
-webkit-box-shadow: 1px 1px 3px 2px #87CF4B;
box-shadow: 1px 1px 3px 2px #87CF4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87CF4B; -webkit-box-shadow: 1px 1px 3px 2px #87CF4B; box-shadow:1px 1px 3px 2px #87CF4B;">
Div content here
</div>
This text has color #87CF4B on black background.
This text has color #87CF4B on white background.
This text has black color on #87CF4B background.
This text has white color on #87CF4B background.
Complementary color for #hex is #7830B4.