Shades of De York #8ED78E
Tints of De York #8ED78E
RGB
CMYK
RGB Variations
Color information
#8ED78E (or 0x8ED78E) is known color: De York. HEX triplet: 8E, D7 and 8E. RGB value is (142,215,142). Sum of RGB (Red+Green+Blue) = 142+215+142=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED78E is #712871. Grayscale: #B9B9B9. Windows color (decimal): -7415922 or 9361294. OLE color: 9361294.
HSL color Cylindrical-coordinate representation of color #8ED78E: hue angle of 120º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED78E is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 142 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.16 |
| HSL | 120º | 0.48% | 0.7% | - |
| HSV(B) | 120º | 0.34% | 0.84% | - |
| XYZ | 40.34 | 56.3 | 34.33 | - |
| YUV | 184.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 142 | 0.34 | 0 | 0.34 | 0.16 | 120 | 0.48 | 0.7 |
| Hex | 8E | D7 | 8E | 22 | 0 | 22 | 10 | 78 | 30 | 46 |
| Octal | 216 | 327 | 216 | 42 | 0 | 42 | 20 | 170 | 60 | 106 |
| Binary | 10001110 | 11010111 | 10001110 | 100010 | 0 | 100010 | 10000 | 1111000 | 110000 | 1000110 |
Color Harmonies of #8ED78E
Complementary color
Monochromatic Colors of #8ED78E
Black with #8ED78E
Text Example
Text Example
White with #8ED78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED78E; }
p { color: rgb(142,215,142); }
H1.HeaderClassName
{
color: #8ED78E;
}
.AnyTagClassName
{
color: #8ED78E;
}
</style>
background-color css
<style>
a { background-color: #8ED78E; }
a { background-color: rgb(142,215,142); }
div.DivClassName
{
background-color: #8ED78E;
}
.BgClassName
{
background-color: #8ED78E;
}
</style>
border-color css
<style>
span { border-color: #8ED78E; }
span { border-color: rgb(142,215,142); }
td.TdClassName
{
border-color: #8ED78E;
}
.TagClassName
{
border-color: #8ED78E;
}
</style>