Shades of Light Green #8EDB8E
Tints of Light Green #8EDB8E
RGB
CMYK
RGB Variations
Color information
#8EDB8E (or 0x8EDB8E) is known color: Light Green. HEX triplet: 8E, DB and 8E. RGB value is (142,219,142). Sum of RGB (Red+Green+Blue) = 142+219+142=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB8E is #712471. Grayscale: #BBBBBB. Windows color (decimal): -7414898 or 9362318. OLE color: 9362318.
HSL color Cylindrical-coordinate representation of color #8EDB8E: hue angle of 120º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDB8E is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 142 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.14 |
| HSL | 120º | 0.52% | 0.71% | - |
| HSV(B) | 120º | 0.35% | 0.86% | - |
| XYZ | 41.37 | 58.37 | 34.68 | - |
| YUV | 187.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 142 | 0.35 | 0 | 0.35 | 0.14 | 120 | 0.52 | 0.71 |
| Hex | 8E | DB | 8E | 23 | 0 | 23 | E | 78 | 34 | 47 |
| Octal | 216 | 333 | 216 | 43 | 0 | 43 | 16 | 170 | 64 | 107 |
| Binary | 10001110 | 11011011 | 10001110 | 100011 | 0 | 100011 | 1110 | 1111000 | 110100 | 1000111 |
Color Harmonies of #8EDB8E
Complementary color
Monochromatic Colors of #8EDB8E
Black with #8EDB8E
Text Example
Text Example
White with #8EDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB8E; }
p { color: rgb(142,219,142); }
H1.HeaderClassName
{
color: #8EDB8E;
}
.AnyTagClassName
{
color: #8EDB8E;
}
</style>
background-color css
<style>
a { background-color: #8EDB8E; }
a { background-color: rgb(142,219,142); }
div.DivClassName
{
background-color: #8EDB8E;
}
.BgClassName
{
background-color: #8EDB8E;
}
</style>
border-color css
<style>
span { border-color: #8EDB8E; }
span { border-color: rgb(142,219,142); }
td.TdClassName
{
border-color: #8EDB8E;
}
.TagClassName
{
border-color: #8EDB8E;
}
</style>