Shades of De York #8ECD96
Tints of De York #8ECD96
RGB
CMYK
RGB Variations
Color information
#8ECD96 (or 0x8ECD96) is known color: De York. HEX triplet: 8E, CD and 96. RGB value is (142,205,150). Sum of RGB (Red+Green+Blue) = 142+205+150=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD96 is #713269. Grayscale: #B4B4B4. Windows color (decimal): -7418474 or 9883022. OLE color: 9883022.
HSL color Cylindrical-coordinate representation of color #8ECD96: hue angle of 127.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECD96 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 150 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.20 |
| HSL | 127.62º | 0.39% | 0.68% | - |
| HSV(B) | 127.62º | 0.31% | 0.8% | - |
| XYZ | 38.49 | 51.62 | 36.79 | - |
| YUV | 179.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 150 | 0.31 | 0 | 0.27 | 0.20 | 127.62 | 0.39 | 0.68 |
| Hex | 8E | CD | 96 | 1F | 0 | 1B | 14 | 80 | 27 | 44 |
| Octal | 216 | 315 | 226 | 37 | 0 | 33 | 24 | 200 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10010110 | 11111 | 0 | 11011 | 10100 | 10000000 | 100111 | 1000100 |
Color Harmonies of #8ECD96
Complementary color
Monochromatic Colors of #8ECD96
Black with #8ECD96
Text Example
Text Example
White with #8ECD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD96; }
p { color: rgb(142,205,150); }
H1.HeaderClassName
{
color: #8ECD96;
}
.AnyTagClassName
{
color: #8ECD96;
}
</style>
background-color css
<style>
a { background-color: #8ECD96; }
a { background-color: rgb(142,205,150); }
div.DivClassName
{
background-color: #8ECD96;
}
.BgClassName
{
background-color: #8ECD96;
}
</style>
border-color css
<style>
span { border-color: #8ECD96; }
span { border-color: rgb(142,205,150); }
td.TdClassName
{
border-color: #8ECD96;
}
.TagClassName
{
border-color: #8ECD96;
}
</style>