Shades of De York #8ECC8E
Tints of De York #8ECC8E
RGB
CMYK
RGB Variations
Color information
#8ECC8E (or 0x8ECC8E) is known color: De York. HEX triplet: 8E, CC and 8E. RGB value is (142,204,142). Sum of RGB (Red+Green+Blue) = 142+204+142=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECC8E is #713371. Grayscale: #B2B2B2. Windows color (decimal): -7418738 or 9358478. OLE color: 9358478.
HSL color Cylindrical-coordinate representation of color #8ECC8E: hue angle of 120º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECC8E is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 142 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.2 |
| HSL | 120º | 0.38% | 0.68% | - |
| HSV(B) | 120º | 0.3% | 0.8% | - |
| XYZ | 37.63 | 50.89 | 33.43 | - |
| YUV | 178.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 142 | 0.30 | 0 | 0.30 | 0.2 | 120 | 0.38 | 0.68 |
| Hex | 8E | CC | 8E | 1E | 0 | 1E | 14 | 78 | 26 | 44 |
| Octal | 216 | 314 | 216 | 36 | 0 | 36 | 24 | 170 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10001110 | 11110 | 0 | 11110 | 10100 | 1111000 | 100110 | 1000100 |
Color Harmonies of #8ECC8E
Complementary color
Monochromatic Colors of #8ECC8E
Black with #8ECC8E
Text Example
Text Example
White with #8ECC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC8E; }
p { color: rgb(142,204,142); }
H1.HeaderClassName
{
color: #8ECC8E;
}
.AnyTagClassName
{
color: #8ECC8E;
}
</style>
background-color css
<style>
a { background-color: #8ECC8E; }
a { background-color: rgb(142,204,142); }
div.DivClassName
{
background-color: #8ECC8E;
}
.BgClassName
{
background-color: #8ECC8E;
}
</style>
border-color css
<style>
span { border-color: #8ECC8E; }
span { border-color: rgb(142,204,142); }
td.TdClassName
{
border-color: #8ECC8E;
}
.TagClassName
{
border-color: #8ECC8E;
}
</style>