Shades of De York #8EC786
Tints of De York #8EC786
RGB
CMYK
RGB Variations
Color information
#8EC786 (or 0x8EC786) is known color: De York. HEX triplet: 8E, C7 and 86. RGB value is (142,199,134). Sum of RGB (Red+Green+Blue) = 142+199+134=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC786 is #713879. Grayscale: #AEAEAE. Windows color (decimal): -7420026 or 8832910. OLE color: 8832910.
HSL color Cylindrical-coordinate representation of color #8EC786: hue angle of 112.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EC786 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 134 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.22 |
| HSL | 112.62º | 0.37% | 0.65% | - |
| HSV(B) | 112.62º | 0.33% | 0.78% | - |
| XYZ | 35.88 | 48.32 | 29.99 | - |
| YUV | 174.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 134 | 0.29 | 0 | 0.33 | 0.22 | 112.62 | 0.37 | 0.65 |
| Hex | 8E | C7 | 86 | 1D | 0 | 21 | 16 | 71 | 25 | 41 |
| Octal | 216 | 307 | 206 | 35 | 0 | 41 | 26 | 161 | 45 | 101 |
| Binary | 10001110 | 11000111 | 10000110 | 11101 | 0 | 100001 | 10110 | 1110001 | 100101 | 1000001 |
Color Harmonies of #8EC786
Complementary color
Monochromatic Colors of #8EC786
Black with #8EC786
Text Example
Text Example
White with #8EC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC786; }
p { color: rgb(142,199,134); }
H1.HeaderClassName
{
color: #8EC786;
}
.AnyTagClassName
{
color: #8EC786;
}
</style>
background-color css
<style>
a { background-color: #8EC786; }
a { background-color: rgb(142,199,134); }
div.DivClassName
{
background-color: #8EC786;
}
.BgClassName
{
background-color: #8EC786;
}
</style>
border-color css
<style>
span { border-color: #8EC786; }
span { border-color: rgb(142,199,134); }
td.TdClassName
{
border-color: #8EC786;
}
.TagClassName
{
border-color: #8EC786;
}
</style>