Shades of Light Green #8EE085
Tints of Light Green #8EE085
RGB
CMYK
RGB Variations
Color information
#8EE085 (or 0x8EE085) is known color: Light Green. HEX triplet: 8E, E0 and 85. RGB value is (142,224,133). Sum of RGB (Red+Green+Blue) = 142+224+133=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE085 is #711F7A. Grayscale: #BDBDBD. Windows color (decimal): -7413627 or 8773774. OLE color: 8773774.
HSL color Cylindrical-coordinate representation of color #8EE085: hue angle of 114.07º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EE085 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 133 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.12 |
| HSL | 114.07º | 0.59% | 0.7% | - |
| HSV(B) | 114.07º | 0.41% | 0.88% | - |
| XYZ | 42.04 | 60.76 | 31.7 | - |
| YUV | 189.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 133 | 0.37 | 0 | 0.41 | 0.12 | 114.07 | 0.59 | 0.7 |
| Hex | 8E | E0 | 85 | 25 | 0 | 29 | C | 72 | 3B | 46 |
| Octal | 216 | 340 | 205 | 45 | 0 | 51 | 14 | 162 | 73 | 106 |
| Binary | 10001110 | 11100000 | 10000101 | 100101 | 0 | 101001 | 1100 | 1110010 | 111011 | 1000110 |
Color Harmonies of #8EE085
Complementary color
Monochromatic Colors of #8EE085
Black with #8EE085
Text Example
Text Example
White with #8EE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE085; }
p { color: rgb(142,224,133); }
H1.HeaderClassName
{
color: #8EE085;
}
.AnyTagClassName
{
color: #8EE085;
}
</style>
background-color css
<style>
a { background-color: #8EE085; }
a { background-color: rgb(142,224,133); }
div.DivClassName
{
background-color: #8EE085;
}
.BgClassName
{
background-color: #8EE085;
}
</style>
border-color css
<style>
span { border-color: #8EE085; }
span { border-color: rgb(142,224,133); }
td.TdClassName
{
border-color: #8EE085;
}
.TagClassName
{
border-color: #8EE085;
}
</style>