Shades of De York #8ECF88
Tints of De York #8ECF88
RGB
CMYK
RGB Variations
Color information
#8ECF88 (or 0x8ECF88) is known color: De York. HEX triplet: 8E, CF and 88. RGB value is (142,207,136). Sum of RGB (Red+Green+Blue) = 142+207+136=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF88 is #713077. Grayscale: #B3B3B3. Windows color (decimal): -7417976 or 8966030. OLE color: 8966030.
HSL color Cylindrical-coordinate representation of color #8ECF88: hue angle of 114.93º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ECF88 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 136 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.19 |
| HSL | 114.93º | 0.43% | 0.67% | - |
| HSV(B) | 114.93º | 0.34% | 0.81% | - |
| XYZ | 37.91 | 52.15 | 31.36 | - |
| YUV | 179.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 136 | 0.31 | 0 | 0.34 | 0.19 | 114.93 | 0.43 | 0.67 |
| Hex | 8E | CF | 88 | 1F | 0 | 22 | 13 | 73 | 2B | 43 |
| Octal | 216 | 317 | 210 | 37 | 0 | 42 | 23 | 163 | 53 | 103 |
| Binary | 10001110 | 11001111 | 10001000 | 11111 | 0 | 100010 | 10011 | 1110011 | 101011 | 1000011 |
Color Harmonies of #8ECF88
Complementary color
Monochromatic Colors of #8ECF88
Black with #8ECF88
Text Example
Text Example
White with #8ECF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF88; }
p { color: rgb(142,207,136); }
H1.HeaderClassName
{
color: #8ECF88;
}
.AnyTagClassName
{
color: #8ECF88;
}
</style>
background-color css
<style>
a { background-color: #8ECF88; }
a { background-color: rgb(142,207,136); }
div.DivClassName
{
background-color: #8ECF88;
}
.BgClassName
{
background-color: #8ECF88;
}
</style>
border-color css
<style>
span { border-color: #8ECF88; }
span { border-color: rgb(142,207,136); }
td.TdClassName
{
border-color: #8ECF88;
}
.TagClassName
{
border-color: #8ECF88;
}
</style>