Shades of De York #8ECB94
Tints of De York #8ECB94
RGB
CMYK
RGB Variations
Color information
#8ECB94 (or 0x8ECB94) is known color: De York. HEX triplet: 8E, CB and 94. RGB value is (142,203,148). Sum of RGB (Red+Green+Blue) = 142+203+148=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECB94 is #71346B. Grayscale: #B2B2B2. Windows color (decimal): -7418988 or 9751438. OLE color: 9751438.
HSL color Cylindrical-coordinate representation of color #8ECB94: hue angle of 125.9º degrees, saturation: 0.37, 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 #8ECB94 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 148 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.20 |
| HSL | 125.9º | 0.37% | 0.68% | - |
| HSV(B) | 125.9º | 0.3% | 0.8% | - |
| XYZ | 37.86 | 50.6 | 35.79 | - |
| YUV | 178.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 148 | 0.30 | 0 | 0.27 | 0.20 | 125.9 | 0.37 | 0.68 |
| Hex | 8E | CB | 94 | 1E | 0 | 1B | 14 | 7E | 25 | 44 |
| Octal | 216 | 313 | 224 | 36 | 0 | 33 | 24 | 176 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10010100 | 11110 | 0 | 11011 | 10100 | 1111110 | 100101 | 1000100 |
Color Harmonies of #8ECB94
Complementary color
Monochromatic Colors of #8ECB94
Black with #8ECB94
Text Example
Text Example
White with #8ECB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB94; }
p { color: rgb(142,203,148); }
H1.HeaderClassName
{
color: #8ECB94;
}
.AnyTagClassName
{
color: #8ECB94;
}
</style>
background-color css
<style>
a { background-color: #8ECB94; }
a { background-color: rgb(142,203,148); }
div.DivClassName
{
background-color: #8ECB94;
}
.BgClassName
{
background-color: #8ECB94;
}
</style>
border-color css
<style>
span { border-color: #8ECB94; }
span { border-color: rgb(142,203,148); }
td.TdClassName
{
border-color: #8ECB94;
}
.TagClassName
{
border-color: #8ECB94;
}
</style>