Shades of Lawn Green #8EDD04
Tints of Lawn Green #8EDD04
RGB
CMYK
RGB Variations
Color information
#8EDD04 (or 0x8EDD04) is known color: Lawn Green. HEX triplet: 8E, DD and 04. RGB value is (142,221,4). Sum of RGB (Red+Green+Blue) = 142+221+4=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDD04 is #7122FB. Grayscale: #ADADAD. Windows color (decimal): -7414524 or 318862. OLE color: 318862.
HSL color Cylindrical-coordinate representation of color #8EDD04: hue angle of 81.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EDD04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.13 |
| HSL | 81.84º | 0.96% | 0.44% | - |
| HSV(B) | 81.84º | 0.98% | 0.87% | - |
| XYZ | 37.03 | 57.47 | 9.26 | - |
| YUV | 172.64 | 32.83 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 4 | 0.36 | 0 | 0.98 | 0.13 | 81.84 | 0.96 | 0.44 |
| Hex | 8E | DD | 4 | 24 | 0 | 62 | D | 52 | 60 | 2C |
| Octal | 216 | 335 | 4 | 44 | 0 | 142 | 15 | 122 | 140 | 54 |
| Binary | 10001110 | 11011101 | 100 | 100100 | 0 | 1100010 | 1101 | 1010010 | 1100000 | 101100 |
Color Harmonies of #8EDD04
Complementary color
Monochromatic Colors of #8EDD04
Black with #8EDD04
Text Example
Text Example
White with #8EDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD04; }
p { color: rgb(142,221,4); }
H1.HeaderClassName
{
color: #8EDD04;
}
.AnyTagClassName
{
color: #8EDD04;
}
</style>
background-color css
<style>
a { background-color: #8EDD04; }
a { background-color: rgb(142,221,4); }
div.DivClassName
{
background-color: #8EDD04;
}
.BgClassName
{
background-color: #8EDD04;
}
</style>
border-color css
<style>
span { border-color: #8EDD04; }
span { border-color: rgb(142,221,4); }
td.TdClassName
{
border-color: #8EDD04;
}
.TagClassName
{
border-color: #8EDD04;
}
</style>