Shades of De York #8ECB87
Tints of De York #8ECB87
RGB
CMYK
RGB Variations
Color information
#8ECB87 (or 0x8ECB87) is known color: De York. HEX triplet: 8E, CB and 87. RGB value is (142,203,135). Sum of RGB (Red+Green+Blue) = 142+203+135=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB87 is #713478. Grayscale: #B1B1B1. Windows color (decimal): -7419001 or 8899470. OLE color: 8899470.
HSL color Cylindrical-coordinate representation of color #8ECB87: hue angle of 113.82º degrees, saturation: 0.4, 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 #8ECB87 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 135 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.20 |
| HSL | 113.82º | 0.4% | 0.66% | - |
| HSV(B) | 113.82º | 0.33% | 0.8% | - |
| XYZ | 36.88 | 50.21 | 30.67 | - |
| YUV | 177.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 135 | 0.30 | 0 | 0.33 | 0.20 | 113.82 | 0.4 | 0.66 |
| Hex | 8E | CB | 87 | 1E | 0 | 21 | 14 | 72 | 28 | 42 |
| Octal | 216 | 313 | 207 | 36 | 0 | 41 | 24 | 162 | 50 | 102 |
| Binary | 10001110 | 11001011 | 10000111 | 11110 | 0 | 100001 | 10100 | 1110010 | 101000 | 1000010 |
Color Harmonies of #8ECB87
Complementary color
Monochromatic Colors of #8ECB87
Black with #8ECB87
Text Example
Text Example
White with #8ECB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB87; }
p { color: rgb(142,203,135); }
H1.HeaderClassName
{
color: #8ECB87;
}
.AnyTagClassName
{
color: #8ECB87;
}
</style>
background-color css
<style>
a { background-color: #8ECB87; }
a { background-color: rgb(142,203,135); }
div.DivClassName
{
background-color: #8ECB87;
}
.BgClassName
{
background-color: #8ECB87;
}
</style>
border-color css
<style>
span { border-color: #8ECB87; }
span { border-color: rgb(142,203,135); }
td.TdClassName
{
border-color: #8ECB87;
}
.TagClassName
{
border-color: #8ECB87;
}
</style>