Shades of De York #8ED497
Tints of De York #8ED497
RGB
CMYK
RGB Variations
Color information
#8ED497 (or 0x8ED497) is known color: De York. HEX triplet: 8E, D4 and 97. RGB value is (142,212,151). Sum of RGB (Red+Green+Blue) = 142+212+151=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED497 is #712B68. Grayscale: #B8B8B8. Windows color (decimal): -7416681 or 9950350. OLE color: 9950350.
HSL color Cylindrical-coordinate representation of color #8ED497: hue angle of 127.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED497 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 151 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.17 |
| HSL | 127.71º | 0.45% | 0.69% | - |
| HSV(B) | 127.71º | 0.33% | 0.83% | - |
| XYZ | 40.28 | 55.07 | 37.78 | - |
| YUV | 184.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 151 | 0.33 | 0 | 0.29 | 0.17 | 127.71 | 0.45 | 0.69 |
| Hex | 8E | D4 | 97 | 21 | 0 | 1D | 11 | 80 | 2D | 45 |
| Octal | 216 | 324 | 227 | 41 | 0 | 35 | 21 | 200 | 55 | 105 |
| Binary | 10001110 | 11010100 | 10010111 | 100001 | 0 | 11101 | 10001 | 10000000 | 101101 | 1000101 |
Color Harmonies of #8ED497
Complementary color
Monochromatic Colors of #8ED497
Black with #8ED497
Text Example
Text Example
White with #8ED497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED497; }
p { color: rgb(142,212,151); }
H1.HeaderClassName
{
color: #8ED497;
}
.AnyTagClassName
{
color: #8ED497;
}
</style>
background-color css
<style>
a { background-color: #8ED497; }
a { background-color: rgb(142,212,151); }
div.DivClassName
{
background-color: #8ED497;
}
.BgClassName
{
background-color: #8ED497;
}
</style>
border-color css
<style>
span { border-color: #8ED497; }
span { border-color: rgb(142,212,151); }
td.TdClassName
{
border-color: #8ED497;
}
.TagClassName
{
border-color: #8ED497;
}
</style>