Shades of De York #8ECE85
Tints of De York #8ECE85
RGB
CMYK
RGB Variations
Color information
#8ECE85 (or 0x8ECE85) is known color: De York. HEX triplet: 8E, CE and 85. RGB value is (142,206,133). Sum of RGB (Red+Green+Blue) = 142+206+133=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE85 is #71317A. Grayscale: #B2B2B2. Windows color (decimal): -7418235 or 8769166. OLE color: 8769166.
HSL color Cylindrical-coordinate representation of color #8ECE85: hue angle of 112.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECE85 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 133 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.19 |
| HSL | 112.6º | 0.43% | 0.66% | - |
| HSV(B) | 112.6º | 0.35% | 0.81% | - |
| XYZ | 37.46 | 51.59 | 30.17 | - |
| YUV | 178.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 133 | 0.31 | 0 | 0.35 | 0.19 | 112.6 | 0.43 | 0.66 |
| Hex | 8E | CE | 85 | 1F | 0 | 23 | 13 | 71 | 2B | 42 |
| Octal | 216 | 316 | 205 | 37 | 0 | 43 | 23 | 161 | 53 | 102 |
| Binary | 10001110 | 11001110 | 10000101 | 11111 | 0 | 100011 | 10011 | 1110001 | 101011 | 1000010 |
Color Harmonies of #8ECE85
Complementary color
Monochromatic Colors of #8ECE85
Black with #8ECE85
Text Example
Text Example
White with #8ECE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE85; }
p { color: rgb(142,206,133); }
H1.HeaderClassName
{
color: #8ECE85;
}
.AnyTagClassName
{
color: #8ECE85;
}
</style>
background-color css
<style>
a { background-color: #8ECE85; }
a { background-color: rgb(142,206,133); }
div.DivClassName
{
background-color: #8ECE85;
}
.BgClassName
{
background-color: #8ECE85;
}
</style>
border-color css
<style>
span { border-color: #8ECE85; }
span { border-color: rgb(142,206,133); }
td.TdClassName
{
border-color: #8ECE85;
}
.TagClassName
{
border-color: #8ECE85;
}
</style>