Shades of Light Green #8EDD8E
Tints of Light Green #8EDD8E
RGB
CMYK
RGB Variations
Color information
#8EDD8E (or 0x8EDD8E) is known color: Light Green. HEX triplet: 8E, DD and 8E. RGB value is (142,221,142). Sum of RGB (Red+Green+Blue) = 142+221+142=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD8E is #712271. Grayscale: #BCBCBC. Windows color (decimal): -7414386 or 9362830. OLE color: 9362830.
HSL color Cylindrical-coordinate representation of color #8EDD8E: hue angle of 120º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDD8E is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 142 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.13 |
| HSL | 120º | 0.54% | 0.71% | - |
| HSV(B) | 120º | 0.36% | 0.87% | - |
| XYZ | 41.89 | 59.42 | 34.85 | - |
| YUV | 188.37 | 101.83 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 142 | 0.36 | 0 | 0.36 | 0.13 | 120 | 0.54 | 0.71 |
| Hex | 8E | DD | 8E | 24 | 0 | 24 | D | 78 | 36 | 47 |
| Octal | 216 | 335 | 216 | 44 | 0 | 44 | 15 | 170 | 66 | 107 |
| Binary | 10001110 | 11011101 | 10001110 | 100100 | 0 | 100100 | 1101 | 1111000 | 110110 | 1000111 |
Color Harmonies of #8EDD8E
Complementary color
Monochromatic Colors of #8EDD8E
Black with #8EDD8E
Text Example
Text Example
White with #8EDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD8E; }
p { color: rgb(142,221,142); }
H1.HeaderClassName
{
color: #8EDD8E;
}
.AnyTagClassName
{
color: #8EDD8E;
}
</style>
background-color css
<style>
a { background-color: #8EDD8E; }
a { background-color: rgb(142,221,142); }
div.DivClassName
{
background-color: #8EDD8E;
}
.BgClassName
{
background-color: #8EDD8E;
}
</style>
border-color css
<style>
span { border-color: #8EDD8E; }
span { border-color: rgb(142,221,142); }
td.TdClassName
{
border-color: #8EDD8E;
}
.TagClassName
{
border-color: #8EDD8E;
}
</style>