Shades of De York #8ED489
Tints of De York #8ED489
RGB
CMYK
RGB Variations
Color information
#8ED489 (or 0x8ED489) is known color: De York. HEX triplet: 8E, D4 and 89. RGB value is (142,212,137). Sum of RGB (Red+Green+Blue) = 142+212+137=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED489 is #712B76. Grayscale: #B6B6B6. Windows color (decimal): -7416695 or 9032846. OLE color: 9032846.
HSL color Cylindrical-coordinate representation of color #8ED489: hue angle of 116º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED489 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 137 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.17 |
| HSL | 116º | 0.47% | 0.68% | - |
| HSV(B) | 116º | 0.35% | 0.83% | - |
| XYZ | 39.21 | 54.64 | 32.15 | - |
| YUV | 182.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 137 | 0.33 | 0 | 0.35 | 0.17 | 116 | 0.47 | 0.68 |
| Hex | 8E | D4 | 89 | 21 | 0 | 23 | 11 | 74 | 2F | 44 |
| Octal | 216 | 324 | 211 | 41 | 0 | 43 | 21 | 164 | 57 | 104 |
| Binary | 10001110 | 11010100 | 10001001 | 100001 | 0 | 100011 | 10001 | 1110100 | 101111 | 1000100 |
Color Harmonies of #8ED489
Complementary color
Monochromatic Colors of #8ED489
Black with #8ED489
Text Example
Text Example
White with #8ED489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED489; }
p { color: rgb(142,212,137); }
H1.HeaderClassName
{
color: #8ED489;
}
.AnyTagClassName
{
color: #8ED489;
}
</style>
background-color css
<style>
a { background-color: #8ED489; }
a { background-color: rgb(142,212,137); }
div.DivClassName
{
background-color: #8ED489;
}
.BgClassName
{
background-color: #8ED489;
}
</style>
border-color css
<style>
span { border-color: #8ED489; }
span { border-color: rgb(142,212,137); }
td.TdClassName
{
border-color: #8ED489;
}
.TagClassName
{
border-color: #8ED489;
}
</style>