Shades of De York #8ED788
Tints of De York #8ED788
RGB
CMYK
RGB Variations
Color information
#8ED788 (or 0x8ED788) is known color: De York. HEX triplet: 8E, D7 and 88. RGB value is (142,215,136). Sum of RGB (Red+Green+Blue) = 142+215+136=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED788 is #712877. Grayscale: #B8B8B8. Windows color (decimal): -7415928 or 8968078. OLE color: 8968078.
HSL color Cylindrical-coordinate representation of color #8ED788: hue angle of 115.44º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ED788 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 136 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.16 |
| HSL | 115.44º | 0.5% | 0.69% | - |
| HSV(B) | 115.44º | 0.37% | 0.84% | - |
| XYZ | 39.9 | 56.13 | 32.02 | - |
| YUV | 184.17 | 100.82 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 136 | 0.34 | 0 | 0.37 | 0.16 | 115.44 | 0.5 | 0.69 |
| Hex | 8E | D7 | 88 | 22 | 0 | 25 | 10 | 73 | 32 | 45 |
| Octal | 216 | 327 | 210 | 42 | 0 | 45 | 20 | 163 | 62 | 105 |
| Binary | 10001110 | 11010111 | 10001000 | 100010 | 0 | 100101 | 10000 | 1110011 | 110010 | 1000101 |
Color Harmonies of #8ED788
Complementary color
Monochromatic Colors of #8ED788
Black with #8ED788
Text Example
Text Example
White with #8ED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED788; }
p { color: rgb(142,215,136); }
H1.HeaderClassName
{
color: #8ED788;
}
.AnyTagClassName
{
color: #8ED788;
}
</style>
background-color css
<style>
a { background-color: #8ED788; }
a { background-color: rgb(142,215,136); }
div.DivClassName
{
background-color: #8ED788;
}
.BgClassName
{
background-color: #8ED788;
}
</style>
border-color css
<style>
span { border-color: #8ED788; }
span { border-color: rgb(142,215,136); }
td.TdClassName
{
border-color: #8ED788;
}
.TagClassName
{
border-color: #8ED788;
}
</style>