Shades of De York #8ECF87
Tints of De York #8ECF87
RGB
CMYK
RGB Variations
Color information
#8ECF87 (or 0x8ECF87) is known color: De York. HEX triplet: 8E, CF and 87. RGB value is (142,207,135). Sum of RGB (Red+Green+Blue) = 142+207+135=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF87 is #713078. Grayscale: #B3B3B3. Windows color (decimal): -7417977 or 8900494. OLE color: 8900494.
HSL color Cylindrical-coordinate representation of color #8ECF87: hue angle of 114.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECF87 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 135 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.19 |
| HSL | 114.17º | 0.43% | 0.67% | - |
| HSV(B) | 114.17º | 0.35% | 0.81% | - |
| XYZ | 37.84 | 52.13 | 30.99 | - |
| YUV | 179.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 135 | 0.31 | 0 | 0.35 | 0.19 | 114.17 | 0.43 | 0.67 |
| Hex | 8E | CF | 87 | 1F | 0 | 23 | 13 | 72 | 2B | 43 |
| Octal | 216 | 317 | 207 | 37 | 0 | 43 | 23 | 162 | 53 | 103 |
| Binary | 10001110 | 11001111 | 10000111 | 11111 | 0 | 100011 | 10011 | 1110010 | 101011 | 1000011 |
Color Harmonies of #8ECF87
Complementary color
Monochromatic Colors of #8ECF87
Black with #8ECF87
Text Example
Text Example
White with #8ECF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF87; }
p { color: rgb(142,207,135); }
H1.HeaderClassName
{
color: #8ECF87;
}
.AnyTagClassName
{
color: #8ECF87;
}
</style>
background-color css
<style>
a { background-color: #8ECF87; }
a { background-color: rgb(142,207,135); }
div.DivClassName
{
background-color: #8ECF87;
}
.BgClassName
{
background-color: #8ECF87;
}
</style>
border-color css
<style>
span { border-color: #8ECF87; }
span { border-color: rgb(142,207,135); }
td.TdClassName
{
border-color: #8ECF87;
}
.TagClassName
{
border-color: #8ECF87;
}
</style>