Shades of De York #8ECA8C
Tints of De York #8ECA8C
RGB
CMYK
RGB Variations
Color information
#8ECA8C (or 0x8ECA8C) is known color: De York. HEX triplet: 8E, CA and 8C. RGB value is (142,202,140). Sum of RGB (Red+Green+Blue) = 142+202+140=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA8C is #713573. Grayscale: #B1B1B1. Windows color (decimal): -7419252 or 9226894. OLE color: 9226894.
HSL color Cylindrical-coordinate representation of color #8ECA8C: hue angle of 118.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECA8C is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 140 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.21 |
| HSL | 118.06º | 0.37% | 0.67% | - |
| HSV(B) | 118.06º | 0.31% | 0.79% | - |
| XYZ | 37.01 | 49.89 | 32.49 | - |
| YUV | 176.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 140 | 0.30 | 0 | 0.31 | 0.21 | 118.06 | 0.37 | 0.67 |
| Hex | 8E | CA | 8C | 1E | 0 | 1F | 15 | 76 | 25 | 43 |
| Octal | 216 | 312 | 214 | 36 | 0 | 37 | 25 | 166 | 45 | 103 |
| Binary | 10001110 | 11001010 | 10001100 | 11110 | 0 | 11111 | 10101 | 1110110 | 100101 | 1000011 |
Color Harmonies of #8ECA8C
Complementary color
Monochromatic Colors of #8ECA8C
Black with #8ECA8C
Text Example
Text Example
White with #8ECA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECA8C; }
p { color: rgb(142,202,140); }
H1.HeaderClassName
{
color: #8ECA8C;
}
.AnyTagClassName
{
color: #8ECA8C;
}
</style>
background-color css
<style>
a { background-color: #8ECA8C; }
a { background-color: rgb(142,202,140); }
div.DivClassName
{
background-color: #8ECA8C;
}
.BgClassName
{
background-color: #8ECA8C;
}
</style>
border-color css
<style>
span { border-color: #8ECA8C; }
span { border-color: rgb(142,202,140); }
td.TdClassName
{
border-color: #8ECA8C;
}
.TagClassName
{
border-color: #8ECA8C;
}
</style>