Shades of De York #8ED882
Tints of De York #8ED882
RGB
CMYK
RGB Variations
Color information
#8ED882 (or 0x8ED882) is known color: De York. HEX triplet: 8E, D8 and 82. RGB value is (142,216,130). Sum of RGB (Red+Green+Blue) = 142+216+130=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED882 is #71277D. Grayscale: #B8B8B8. Windows color (decimal): -7415678 or 8575118. OLE color: 8575118.
HSL color Cylindrical-coordinate representation of color #8ED882: hue angle of 111.63º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED882 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 130 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.15 |
| HSL | 111.63º | 0.52% | 0.68% | - |
| HSV(B) | 111.63º | 0.4% | 0.85% | - |
| XYZ | 39.74 | 56.47 | 29.93 | - |
| YUV | 184.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 130 | 0.34 | 0 | 0.40 | 0.15 | 111.63 | 0.52 | 0.68 |
| Hex | 8E | D8 | 82 | 22 | 0 | 28 | F | 70 | 34 | 44 |
| Octal | 216 | 330 | 202 | 42 | 0 | 50 | 17 | 160 | 64 | 104 |
| Binary | 10001110 | 11011000 | 10000010 | 100010 | 0 | 101000 | 1111 | 1110000 | 110100 | 1000100 |
Color Harmonies of #8ED882
Complementary color
Monochromatic Colors of #8ED882
Black with #8ED882
Text Example
Text Example
White with #8ED882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED882; }
p { color: rgb(142,216,130); }
H1.HeaderClassName
{
color: #8ED882;
}
.AnyTagClassName
{
color: #8ED882;
}
</style>
background-color css
<style>
a { background-color: #8ED882; }
a { background-color: rgb(142,216,130); }
div.DivClassName
{
background-color: #8ED882;
}
.BgClassName
{
background-color: #8ED882;
}
</style>
border-color css
<style>
span { border-color: #8ED882; }
span { border-color: rgb(142,216,130); }
td.TdClassName
{
border-color: #8ED882;
}
.TagClassName
{
border-color: #8ED882;
}
</style>