HEX: #8ED73F
RGB: (142,215,63)
#8ED73F contains mainly green color. Web safe color of #8ED73F is #99CC33 (or #9C3).
#8ED73F color RGB value is (142,215,63).
RGB: (142,215,63)
(56%, 84%, 25%)
R 142 of 255 = 56%
G 215 of 255 = 84%
B 63 of 255 = 25%
R + G + B ~ 55%. #8ED73F is middle color (not dark and not light).
R + G + B = 142 + 215 + 63 = 420 (100%)
R 142 of 420 ~ 33.81%
G 215 of 420 ~ 51.19%
B 63 of 420 ~ 15'%
#8ED73F color CMYK value is (34,0,71,16).
CMYK: (34,0,71,16) C34M0Y71K16 (34%,0%,71%,16%) (0.34/0.00/0.71/0.16)
Color #8ED73F in popluar color models
8E | D7 | 3F | |
---|---|---|---|
RGB | 142 | 215 | 63 |
HSL | 89° | 65.52% | 54.51% |
HSB/HSV | 89° | 70.70% | 84.31% |
CMYK | 33.95% | 0.00% | 70.70% |
15.69% |
Color #8ED73F in popluar number systems.
HEX | 8E | D7 | 3F |
Decimal | 142 | 215 | 63 |
Binary | 10001110 | 11010111 | 111111 |
Octal | 216 | 327 | 77 |
Shades of #8ED73F
Tints of #8ED73F
Examples of css and html codes for elements with #8ED73F color. Also use rgb(142,215,63) instead hex code.
.myTextColor { color: #8ED73F; }
<p style="color:#8ED73F">This sample text font color is #8ED73F.</p>
This text font color is #8ED73F.
.myBgColor { background-color: #8ED73F; }
<div style="background-color:#8ED73F">Inner text</div>
This div background color is #8ED73F.
.myBorderColor { border: 1px solid #8ED73F; }
<div style="border:3px solid #8ED73F">Div</div>
This div border color is #8ED73F.
.myOpacity80 { color: #8ED73F; opacity: 0.8; }
<p style="color:#8ED73F;opacity:0.8;">80%</p>
Text with #8ED73F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8ED73F;}
<p style="text-shadow: 3px 3px 1px #8ED73F">Text here.</p>
This text has shadow with #8ED73F color.
.textShadow {text-shadow: 3px 3px 1px #8ED73F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8ED73F, 5px 5px 20px red">Text here.</p>
This text has shadow with #8ED73F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8ED73F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8ED73F, Direction=45, Strength=4)">Text</p>
This text has shadow with #8ED73F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8ED73F;
-webkit-box-shadow: 1px 1px 3px 2px #8ED73F;
box-shadow: 1px 1px 3px 2px #8ED73F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ED73F; -webkit-box-shadow: 1px 1px 3px 2px #8ED73F; box-shadow:1px 1px 3px 2px #8ED73F;">
Div content here
</div>
This text has color #8ED73F on black background.
This text has color #8ED73F on white background.
This text has black color on #8ED73F background.
This text has white color on #8ED73F background.
Complementary color for #hex is #7128C0.