Shades of De York #8EC887
Tints of De York #8EC887
RGB
CMYK
RGB Variations
Color information
#8EC887 (or 0x8EC887) is known color: De York. HEX triplet: 8E, C8 and 87. RGB value is (142,200,135). Sum of RGB (Red+Green+Blue) = 142+200+135=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC887 is #713778. Grayscale: #AFAFAF. Windows color (decimal): -7419769 or 8898702. OLE color: 8898702.
HSL color Cylindrical-coordinate representation of color #8EC887: hue angle of 113.54º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EC887 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 135 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.22 |
| HSL | 113.54º | 0.37% | 0.66% | - |
| HSV(B) | 113.54º | 0.33% | 0.78% | - |
| XYZ | 36.18 | 48.81 | 30.44 | - |
| YUV | 175.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 135 | 0.29 | 0 | 0.32 | 0.22 | 113.54 | 0.37 | 0.66 |
| Hex | 8E | C8 | 87 | 1D | 0 | 20 | 16 | 72 | 25 | 42 |
| Octal | 216 | 310 | 207 | 35 | 0 | 40 | 26 | 162 | 45 | 102 |
| Binary | 10001110 | 11001000 | 10000111 | 11101 | 0 | 100000 | 10110 | 1110010 | 100101 | 1000010 |
Color Harmonies of #8EC887
Complementary color
Monochromatic Colors of #8EC887
Black with #8EC887
Text Example
Text Example
White with #8EC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC887; }
p { color: rgb(142,200,135); }
H1.HeaderClassName
{
color: #8EC887;
}
.AnyTagClassName
{
color: #8EC887;
}
</style>
background-color css
<style>
a { background-color: #8EC887; }
a { background-color: rgb(142,200,135); }
div.DivClassName
{
background-color: #8EC887;
}
.BgClassName
{
background-color: #8EC887;
}
</style>
border-color css
<style>
span { border-color: #8EC887; }
span { border-color: rgb(142,200,135); }
td.TdClassName
{
border-color: #8EC887;
}
.TagClassName
{
border-color: #8EC887;
}
</style>