Shades of De York #8ECE84
Tints of De York #8ECE84
RGB
CMYK
RGB Variations
Color information
#8ECE84 (or 0x8ECE84) is known color: De York. HEX triplet: 8E, CE and 84. RGB value is (142,206,132). Sum of RGB (Red+Green+Blue) = 142+206+132=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE84 is #71317B. Grayscale: #B2B2B2. Windows color (decimal): -7418236 or 8703630. OLE color: 8703630.
HSL color Cylindrical-coordinate representation of color #8ECE84: hue angle of 111.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECE84 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 132 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.19 |
| HSL | 111.89º | 0.43% | 0.66% | - |
| HSV(B) | 111.89º | 0.36% | 0.81% | - |
| XYZ | 37.39 | 51.56 | 29.81 | - |
| YUV | 178.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 132 | 0.31 | 0 | 0.36 | 0.19 | 111.89 | 0.43 | 0.66 |
| Hex | 8E | CE | 84 | 1F | 0 | 24 | 13 | 70 | 2B | 42 |
| Octal | 216 | 316 | 204 | 37 | 0 | 44 | 23 | 160 | 53 | 102 |
| Binary | 10001110 | 11001110 | 10000100 | 11111 | 0 | 100100 | 10011 | 1110000 | 101011 | 1000010 |
Color Harmonies of #8ECE84
Complementary color
Monochromatic Colors of #8ECE84
Black with #8ECE84
Text Example
Text Example
White with #8ECE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE84; }
p { color: rgb(142,206,132); }
H1.HeaderClassName
{
color: #8ECE84;
}
.AnyTagClassName
{
color: #8ECE84;
}
</style>
background-color css
<style>
a { background-color: #8ECE84; }
a { background-color: rgb(142,206,132); }
div.DivClassName
{
background-color: #8ECE84;
}
.BgClassName
{
background-color: #8ECE84;
}
</style>
border-color css
<style>
span { border-color: #8ECE84; }
span { border-color: rgb(142,206,132); }
td.TdClassName
{
border-color: #8ECE84;
}
.TagClassName
{
border-color: #8ECE84;
}
</style>