Shades of De York #8ED189
Tints of De York #8ED189
RGB
CMYK
RGB Variations
Color information
#8ED189 (or 0x8ED189) is known color: De York. HEX triplet: 8E, D1 and 89. RGB value is (142,209,137). Sum of RGB (Red+Green+Blue) = 142+209+137=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED189 is #712E76. Grayscale: #B4B4B4. Windows color (decimal): -7417463 or 9032078. OLE color: 9032078.
HSL color Cylindrical-coordinate representation of color #8ED189: hue angle of 115.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED189 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 137 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.18 |
| HSL | 115.83º | 0.44% | 0.68% | - |
| HSV(B) | 115.83º | 0.34% | 0.82% | - |
| XYZ | 38.47 | 53.16 | 31.9 | - |
| YUV | 180.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 137 | 0.32 | 0 | 0.34 | 0.18 | 115.83 | 0.44 | 0.68 |
| Hex | 8E | D1 | 89 | 20 | 0 | 22 | 12 | 74 | 2C | 44 |
| Octal | 216 | 321 | 211 | 40 | 0 | 42 | 22 | 164 | 54 | 104 |
| Binary | 10001110 | 11010001 | 10001001 | 100000 | 0 | 100010 | 10010 | 1110100 | 101100 | 1000100 |
Color Harmonies of #8ED189
Complementary color
Monochromatic Colors of #8ED189
Black with #8ED189
Text Example
Text Example
White with #8ED189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED189; }
p { color: rgb(142,209,137); }
H1.HeaderClassName
{
color: #8ED189;
}
.AnyTagClassName
{
color: #8ED189;
}
</style>
background-color css
<style>
a { background-color: #8ED189; }
a { background-color: rgb(142,209,137); }
div.DivClassName
{
background-color: #8ED189;
}
.BgClassName
{
background-color: #8ED189;
}
</style>
border-color css
<style>
span { border-color: #8ED189; }
span { border-color: rgb(142,209,137); }
td.TdClassName
{
border-color: #8ED189;
}
.TagClassName
{
border-color: #8ED189;
}
</style>