Shades of De York #8ECC92
Tints of De York #8ECC92
RGB
CMYK
RGB Variations
Color information
#8ECC92 (or 0x8ECC92) is known color: De York. HEX triplet: 8E, CC and 92. RGB value is (142,204,146). Sum of RGB (Red+Green+Blue) = 142+204+146=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECC92 is #71336D. Grayscale: #B3B3B3. Windows color (decimal): -7418734 or 9620622. OLE color: 9620622.
HSL color Cylindrical-coordinate representation of color #8ECC92: hue angle of 123.87º 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 #8ECC92 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 146 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.2 |
| HSL | 123.87º | 0.38% | 0.68% | - |
| HSV(B) | 123.87º | 0.3% | 0.8% | - |
| XYZ | 37.94 | 51.01 | 35.04 | - |
| YUV | 178.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 146 | 0.30 | 0 | 0.28 | 0.2 | 123.87 | 0.38 | 0.68 |
| Hex | 8E | CC | 92 | 1E | 0 | 1C | 14 | 7C | 26 | 44 |
| Octal | 216 | 314 | 222 | 36 | 0 | 34 | 24 | 174 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10010010 | 11110 | 0 | 11100 | 10100 | 1111100 | 100110 | 1000100 |
Color Harmonies of #8ECC92
Complementary color
Monochromatic Colors of #8ECC92
Black with #8ECC92
Text Example
Text Example
White with #8ECC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC92; }
p { color: rgb(142,204,146); }
H1.HeaderClassName
{
color: #8ECC92;
}
.AnyTagClassName
{
color: #8ECC92;
}
</style>
background-color css
<style>
a { background-color: #8ECC92; }
a { background-color: rgb(142,204,146); }
div.DivClassName
{
background-color: #8ECC92;
}
.BgClassName
{
background-color: #8ECC92;
}
</style>
border-color css
<style>
span { border-color: #8ECC92; }
span { border-color: rgb(142,204,146); }
td.TdClassName
{
border-color: #8ECC92;
}
.TagClassName
{
border-color: #8ECC92;
}
</style>