Shades of De York #8ED890
Tints of De York #8ED890
RGB
CMYK
RGB Variations
Color information
#8ED890 (or 0x8ED890) is known color: De York. HEX triplet: 8E, D8 and 90. RGB value is (142,216,144). Sum of RGB (Red+Green+Blue) = 142+216+144=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED890 is #71276F. Grayscale: #B9B9B9. Windows color (decimal): -7415664 or 9492622. OLE color: 9492622.
HSL color Cylindrical-coordinate representation of color #8ED890: hue angle of 121.62º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED890 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 144 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.15 |
| HSL | 121.62º | 0.49% | 0.7% | - |
| HSV(B) | 121.62º | 0.34% | 0.85% | - |
| XYZ | 40.75 | 56.88 | 35.22 | - |
| YUV | 185.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 144 | 0.34 | 0 | 0.33 | 0.15 | 121.62 | 0.49 | 0.7 |
| Hex | 8E | D8 | 90 | 22 | 0 | 21 | F | 7A | 31 | 46 |
| Octal | 216 | 330 | 220 | 42 | 0 | 41 | 17 | 172 | 61 | 106 |
| Binary | 10001110 | 11011000 | 10010000 | 100010 | 0 | 100001 | 1111 | 1111010 | 110001 | 1000110 |
Color Harmonies of #8ED890
Complementary color
Monochromatic Colors of #8ED890
Black with #8ED890
Text Example
Text Example
White with #8ED890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED890; }
p { color: rgb(142,216,144); }
H1.HeaderClassName
{
color: #8ED890;
}
.AnyTagClassName
{
color: #8ED890;
}
</style>
background-color css
<style>
a { background-color: #8ED890; }
a { background-color: rgb(142,216,144); }
div.DivClassName
{
background-color: #8ED890;
}
.BgClassName
{
background-color: #8ED890;
}
</style>
border-color css
<style>
span { border-color: #8ED890; }
span { border-color: rgb(142,216,144); }
td.TdClassName
{
border-color: #8ED890;
}
.TagClassName
{
border-color: #8ED890;
}
</style>