Shades of Lawn Green #8EDD06
Tints of Lawn Green #8EDD06
RGB
CMYK
RGB Variations
Color information
#8EDD06 (or 0x8EDD06) is known color: Lawn Green. HEX triplet: 8E, DD and 06. RGB value is (142,221,6). Sum of RGB (Red+Green+Blue) = 142+221+6=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDD06 is #7122F9. Grayscale: #ADADAD. Windows color (decimal): -7414522 or 449934. OLE color: 449934.
HSL color Cylindrical-coordinate representation of color #8EDD06: hue angle of 82.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EDD06 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.13 |
| HSL | 82.05º | 0.95% | 0.45% | - |
| HSV(B) | 82.05º | 0.97% | 0.87% | - |
| XYZ | 37.04 | 57.48 | 9.31 | - |
| YUV | 172.87 | 33.83 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 6 | 0.36 | 0 | 0.97 | 0.13 | 82.05 | 0.95 | 0.45 |
| Hex | 8E | DD | 6 | 24 | 0 | 61 | D | 52 | 5F | 2D |
| Octal | 216 | 335 | 6 | 44 | 0 | 141 | 15 | 122 | 137 | 55 |
| Binary | 10001110 | 11011101 | 110 | 100100 | 0 | 1100001 | 1101 | 1010010 | 1011111 | 101101 |
Color Harmonies of #8EDD06
Complementary color
Monochromatic Colors of #8EDD06
Black with #8EDD06
Text Example
Text Example
White with #8EDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD06; }
p { color: rgb(142,221,6); }
H1.HeaderClassName
{
color: #8EDD06;
}
.AnyTagClassName
{
color: #8EDD06;
}
</style>
background-color css
<style>
a { background-color: #8EDD06; }
a { background-color: rgb(142,221,6); }
div.DivClassName
{
background-color: #8EDD06;
}
.BgClassName
{
background-color: #8EDD06;
}
</style>
border-color css
<style>
span { border-color: #8EDD06; }
span { border-color: rgb(142,221,6); }
td.TdClassName
{
border-color: #8EDD06;
}
.TagClassName
{
border-color: #8EDD06;
}
</style>