Shades of De York #8ECE88
Tints of De York #8ECE88
RGB
CMYK
RGB Variations
Color information
#8ECE88 (or 0x8ECE88) is known color: De York. HEX triplet: 8E, CE and 88. RGB value is (142,206,136). Sum of RGB (Red+Green+Blue) = 142+206+136=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE88 is #713177. Grayscale: #B3B3B3. Windows color (decimal): -7418232 or 8965774. OLE color: 8965774.
HSL color Cylindrical-coordinate representation of color #8ECE88: hue angle of 114.86º degrees, saturation: 0.42, 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 #8ECE88 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 136 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.19 |
| HSL | 114.86º | 0.42% | 0.67% | - |
| HSV(B) | 114.86º | 0.34% | 0.81% | - |
| XYZ | 37.67 | 51.67 | 31.28 | - |
| YUV | 178.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 136 | 0.31 | 0 | 0.34 | 0.19 | 114.86 | 0.42 | 0.67 |
| Hex | 8E | CE | 88 | 1F | 0 | 22 | 13 | 73 | 2A | 43 |
| Octal | 216 | 316 | 210 | 37 | 0 | 42 | 23 | 163 | 52 | 103 |
| Binary | 10001110 | 11001110 | 10001000 | 11111 | 0 | 100010 | 10011 | 1110011 | 101010 | 1000011 |
Color Harmonies of #8ECE88
Complementary color
Monochromatic Colors of #8ECE88
Black with #8ECE88
Text Example
Text Example
White with #8ECE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE88; }
p { color: rgb(142,206,136); }
H1.HeaderClassName
{
color: #8ECE88;
}
.AnyTagClassName
{
color: #8ECE88;
}
</style>
background-color css
<style>
a { background-color: #8ECE88; }
a { background-color: rgb(142,206,136); }
div.DivClassName
{
background-color: #8ECE88;
}
.BgClassName
{
background-color: #8ECE88;
}
</style>
border-color css
<style>
span { border-color: #8ECE88; }
span { border-color: rgb(142,206,136); }
td.TdClassName
{
border-color: #8ECE88;
}
.TagClassName
{
border-color: #8ECE88;
}
</style>