Shades of De York #8EC991
Tints of De York #8EC991
RGB
CMYK
RGB Variations
Color information
#8EC991 (or 0x8EC991) is known color: De York. HEX triplet: 8E, C9 and 91. RGB value is (142,201,145). Sum of RGB (Red+Green+Blue) = 142+201+145=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC991 is #71366E. Grayscale: #B1B1B1. Windows color (decimal): -7419503 or 9554318. OLE color: 9554318.
HSL color Cylindrical-coordinate representation of color #8EC991: hue angle of 123.05º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC991 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 145 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.21 |
| HSL | 123.05º | 0.35% | 0.67% | - |
| HSV(B) | 123.05º | 0.29% | 0.79% | - |
| XYZ | 37.15 | 49.57 | 34.4 | - |
| YUV | 176.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 145 | 0.29 | 0 | 0.28 | 0.21 | 123.05 | 0.35 | 0.67 |
| Hex | 8E | C9 | 91 | 1D | 0 | 1C | 15 | 7B | 23 | 43 |
| Octal | 216 | 311 | 221 | 35 | 0 | 34 | 25 | 173 | 43 | 103 |
| Binary | 10001110 | 11001001 | 10010001 | 11101 | 0 | 11100 | 10101 | 1111011 | 100011 | 1000011 |
Color Harmonies of #8EC991
Complementary color
Monochromatic Colors of #8EC991
Black with #8EC991
Text Example
Text Example
White with #8EC991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC991; }
p { color: rgb(142,201,145); }
H1.HeaderClassName
{
color: #8EC991;
}
.AnyTagClassName
{
color: #8EC991;
}
</style>
background-color css
<style>
a { background-color: #8EC991; }
a { background-color: rgb(142,201,145); }
div.DivClassName
{
background-color: #8EC991;
}
.BgClassName
{
background-color: #8EC991;
}
</style>
border-color css
<style>
span { border-color: #8EC991; }
span { border-color: rgb(142,201,145); }
td.TdClassName
{
border-color: #8EC991;
}
.TagClassName
{
border-color: #8EC991;
}
</style>