Shades of De York #8ED58E
Tints of De York #8ED58E
RGB
CMYK
RGB Variations
Color information
#8ED58E (or 0x8ED58E) is known color: De York. HEX triplet: 8E, D5 and 8E. RGB value is (142,213,142). Sum of RGB (Red+Green+Blue) = 142+213+142=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED58E is #712A71. Grayscale: #B7B7B7. Windows color (decimal): -7416434 or 9360782. OLE color: 9360782.
HSL color Cylindrical-coordinate representation of color #8ED58E: hue angle of 120º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED58E is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 142 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.16 |
| HSL | 120º | 0.46% | 0.7% | - |
| HSV(B) | 120º | 0.33% | 0.84% | - |
| XYZ | 39.83 | 55.29 | 34.16 | - |
| YUV | 183.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 142 | 0.33 | 0 | 0.33 | 0.16 | 120 | 0.46 | 0.7 |
| Hex | 8E | D5 | 8E | 21 | 0 | 21 | 10 | 78 | 2E | 46 |
| Octal | 216 | 325 | 216 | 41 | 0 | 41 | 20 | 170 | 56 | 106 |
| Binary | 10001110 | 11010101 | 10001110 | 100001 | 0 | 100001 | 10000 | 1111000 | 101110 | 1000110 |
Color Harmonies of #8ED58E
Complementary color
Monochromatic Colors of #8ED58E
Black with #8ED58E
Text Example
Text Example
White with #8ED58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED58E; }
p { color: rgb(142,213,142); }
H1.HeaderClassName
{
color: #8ED58E;
}
.AnyTagClassName
{
color: #8ED58E;
}
</style>
background-color css
<style>
a { background-color: #8ED58E; }
a { background-color: rgb(142,213,142); }
div.DivClassName
{
background-color: #8ED58E;
}
.BgClassName
{
background-color: #8ED58E;
}
</style>
border-color css
<style>
span { border-color: #8ED58E; }
span { border-color: rgb(142,213,142); }
td.TdClassName
{
border-color: #8ED58E;
}
.TagClassName
{
border-color: #8ED58E;
}
</style>