Shades of De York #8ECB88
Tints of De York #8ECB88
RGB
CMYK
RGB Variations
Color information
#8ECB88 (or 0x8ECB88) is known color: De York. HEX triplet: 8E, CB and 88. RGB value is (142,203,136). Sum of RGB (Red+Green+Blue) = 142+203+136=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB88 is #713477. Grayscale: #B1B1B1. Windows color (decimal): -7419000 or 8965006. OLE color: 8965006.
HSL color Cylindrical-coordinate representation of color #8ECB88: hue angle of 114.63º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECB88 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 136 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.20 |
| HSL | 114.63º | 0.39% | 0.66% | - |
| HSV(B) | 114.63º | 0.33% | 0.8% | - |
| XYZ | 36.96 | 50.24 | 31.04 | - |
| YUV | 177.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 136 | 0.30 | 0 | 0.33 | 0.20 | 114.63 | 0.39 | 0.66 |
| Hex | 8E | CB | 88 | 1E | 0 | 21 | 14 | 73 | 27 | 42 |
| Octal | 216 | 313 | 210 | 36 | 0 | 41 | 24 | 163 | 47 | 102 |
| Binary | 10001110 | 11001011 | 10001000 | 11110 | 0 | 100001 | 10100 | 1110011 | 100111 | 1000010 |
Color Harmonies of #8ECB88
Complementary color
Monochromatic Colors of #8ECB88
Black with #8ECB88
Text Example
Text Example
White with #8ECB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB88; }
p { color: rgb(142,203,136); }
H1.HeaderClassName
{
color: #8ECB88;
}
.AnyTagClassName
{
color: #8ECB88;
}
</style>
background-color css
<style>
a { background-color: #8ECB88; }
a { background-color: rgb(142,203,136); }
div.DivClassName
{
background-color: #8ECB88;
}
.BgClassName
{
background-color: #8ECB88;
}
</style>
border-color css
<style>
span { border-color: #8ECB88; }
span { border-color: rgb(142,203,136); }
td.TdClassName
{
border-color: #8ECB88;
}
.TagClassName
{
border-color: #8ECB88;
}
</style>