HEX: #87FC7D
RGB: (135,252,125)
#87FC7D contains mainly green color. Web safe color of #87FC7D is #99FF66 (or #9F6).
#87FC7D color RGB value is (135,252,125).
RGB: (135,252,125)
(53%, 99%, 49%)
R 135 of 255 = 53%
G 252 of 255 = 99%
B 125 of 255 = 49%
R + G + B ~ 67%. #87FC7D is quite light color.
R + G + B = 135 + 252 + 125 = 512 (100%)
R 135 of 512 ~ 26.37%
G 252 of 512 ~ 49.22%
B 125 of 512 ~ 24.41'%
#87FC7D color CMYK value is (46,0,50,1).
CMYK: (46,0,50,1)
C46M0Y50K1 (46%, 0%, 50%, 1%)
(0.46 / 0.00 / 0.50 / 0.01)
Color #87FC7D in popluar color models
87 | FC | 7D | |
---|---|---|---|
RGB | 135 | 252 | 125 |
HSL | 115° | 95.49% | 73.92% |
HSB/HSV | 115° | 50.40% | 98.82% |
CMYK | 46.43% | 0.00% | 50.40% |
1.18% |
Color #87FC7D in popluar number systems.
HEX | 87 | FC | 7D |
Decimal | 135 | 252 | 125 |
Binary | 10000111 | 11111100 | 1111101 |
Octal | 207 | 374 | 175 |
Shades of #87FC7D
Tints of #87FC7D
Examples of css and html codes for elements with #87FC7D color. Also use rgb(135,252,125) instead hex code.
.myTextColor { color: #87FC7D; }
<p style="color:#87FC7D">This sample text font color is #87FC7D.</p>
This text font color is #87FC7D.
.myBgColor { background-color: #87FC7D; }
<div style="background-color:#87FC7D">Inner text</div>
This div background color is #87FC7D.
.myBorderColor { border: 1px solid #87FC7D; }
<div style="border:3px solid #87FC7D">Div</div>
This div border color is #87FC7D.
.myOpacity80 { color: #87FC7D; opacity: 0.8; }
<p style="color:#87FC7D;opacity:0.8;">80%</p>
Text with #87FC7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87FC7D;}
<p style="text-shadow: 3px 3px 1px #87FC7D">Text here.</p>
This text has shadow with #87FC7D color.
.textShadow {text-shadow: 3px 3px 1px #87FC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87FC7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #87FC7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87FC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87FC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #87FC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87FC7D;
-webkit-box-shadow: 1px 1px 3px 2px #87FC7D;
box-shadow: 1px 1px 3px 2px #87FC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87FC7D; -webkit-box-shadow: 1px 1px 3px 2px #87FC7D; box-shadow:1px 1px 3px 2px #87FC7D;">
Div content here
</div>
This text has color #87FC7D on black background.
This text has color #87FC7D on white background.
This text has black color on #87FC7D background.
This text has white color on #87FC7D background.
Complementary color for #hex is #780382.