Shades of Light Green #8EDF86
Tints of Light Green #8EDF86
RGB
CMYK
RGB Variations
Color information
#8EDF86 (or 0x8EDF86) is known color: Light Green. HEX triplet: 8E, DF and 86. RGB value is (142,223,134). Sum of RGB (Red+Green+Blue) = 142+223+134=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF86 is #712079. Grayscale: #BCBCBC. Windows color (decimal): -7413882 or 8839054. OLE color: 8839054.
HSL color Cylindrical-coordinate representation of color #8EDF86: hue angle of 114.61º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDF86 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 134 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.13 |
| HSL | 114.61º | 0.58% | 0.7% | - |
| HSV(B) | 114.61º | 0.4% | 0.87% | - |
| XYZ | 41.85 | 60.25 | 31.98 | - |
| YUV | 188.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 134 | 0.36 | 0 | 0.40 | 0.13 | 114.61 | 0.58 | 0.7 |
| Hex | 8E | DF | 86 | 24 | 0 | 28 | D | 73 | 3A | 46 |
| Octal | 216 | 337 | 206 | 44 | 0 | 50 | 15 | 163 | 72 | 106 |
| Binary | 10001110 | 11011111 | 10000110 | 100100 | 0 | 101000 | 1101 | 1110011 | 111010 | 1000110 |
Color Harmonies of #8EDF86
Complementary color
Monochromatic Colors of #8EDF86
Black with #8EDF86
Text Example
Text Example
White with #8EDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF86; }
p { color: rgb(142,223,134); }
H1.HeaderClassName
{
color: #8EDF86;
}
.AnyTagClassName
{
color: #8EDF86;
}
</style>
background-color css
<style>
a { background-color: #8EDF86; }
a { background-color: rgb(142,223,134); }
div.DivClassName
{
background-color: #8EDF86;
}
.BgClassName
{
background-color: #8EDF86;
}
</style>
border-color css
<style>
span { border-color: #8EDF86; }
span { border-color: rgb(142,223,134); }
td.TdClassName
{
border-color: #8EDF86;
}
.TagClassName
{
border-color: #8EDF86;
}
</style>