Shades of De York #8ECC94
Tints of De York #8ECC94
RGB
CMYK
RGB Variations
Color information
#8ECC94 (or 0x8ECC94) is known color: De York. HEX triplet: 8E, CC and 94. RGB value is (142,204,148). Sum of RGB (Red+Green+Blue) = 142+204+148=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECC94 is #71336B. Grayscale: #B3B3B3. Windows color (decimal): -7418732 or 9751694. OLE color: 9751694.
HSL color Cylindrical-coordinate representation of color #8ECC94: hue angle of 125.81º 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 #8ECC94 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 148 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.2 |
| HSL | 125.81º | 0.38% | 0.68% | - |
| HSV(B) | 125.81º | 0.3% | 0.8% | - |
| XYZ | 38.09 | 51.07 | 35.87 | - |
| YUV | 179.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 148 | 0.30 | 0 | 0.27 | 0.2 | 125.81 | 0.38 | 0.68 |
| Hex | 8E | CC | 94 | 1E | 0 | 1B | 14 | 7E | 26 | 44 |
| Octal | 216 | 314 | 224 | 36 | 0 | 33 | 24 | 176 | 46 | 104 |
| Binary | 10001110 | 11001100 | 10010100 | 11110 | 0 | 11011 | 10100 | 1111110 | 100110 | 1000100 |
Color Harmonies of #8ECC94
Complementary color
Monochromatic Colors of #8ECC94
Black with #8ECC94
Text Example
Text Example
White with #8ECC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC94; }
p { color: rgb(142,204,148); }
H1.HeaderClassName
{
color: #8ECC94;
}
.AnyTagClassName
{
color: #8ECC94;
}
</style>
background-color css
<style>
a { background-color: #8ECC94; }
a { background-color: rgb(142,204,148); }
div.DivClassName
{
background-color: #8ECC94;
}
.BgClassName
{
background-color: #8ECC94;
}
</style>
border-color css
<style>
span { border-color: #8ECC94; }
span { border-color: rgb(142,204,148); }
td.TdClassName
{
border-color: #8ECC94;
}
.TagClassName
{
border-color: #8ECC94;
}
</style>