Shades of De York #8EC784
Tints of De York #8EC784
RGB
CMYK
RGB Variations
Color information
#8EC784 (or 0x8EC784) is known color: De York. HEX triplet: 8E, C7 and 84. RGB value is (142,199,132). Sum of RGB (Red+Green+Blue) = 142+199+132=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC784 is #71387B. Grayscale: #AEAEAE. Windows color (decimal): -7420028 or 8701838. OLE color: 8701838.
HSL color Cylindrical-coordinate representation of color #8EC784: hue angle of 111.04º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EC784 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 132 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.22 |
| HSL | 111.04º | 0.37% | 0.65% | - |
| HSV(B) | 111.04º | 0.34% | 0.78% | - |
| XYZ | 35.74 | 48.26 | 29.26 | - |
| YUV | 174.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 132 | 0.29 | 0 | 0.34 | 0.22 | 111.04 | 0.37 | 0.65 |
| Hex | 8E | C7 | 84 | 1D | 0 | 22 | 16 | 6F | 25 | 41 |
| Octal | 216 | 307 | 204 | 35 | 0 | 42 | 26 | 157 | 45 | 101 |
| Binary | 10001110 | 11000111 | 10000100 | 11101 | 0 | 100010 | 10110 | 1101111 | 100101 | 1000001 |
Color Harmonies of #8EC784
Complementary color
Monochromatic Colors of #8EC784
Black with #8EC784
Text Example
Text Example
White with #8EC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC784; }
p { color: rgb(142,199,132); }
H1.HeaderClassName
{
color: #8EC784;
}
.AnyTagClassName
{
color: #8EC784;
}
</style>
background-color css
<style>
a { background-color: #8EC784; }
a { background-color: rgb(142,199,132); }
div.DivClassName
{
background-color: #8EC784;
}
.BgClassName
{
background-color: #8EC784;
}
</style>
border-color css
<style>
span { border-color: #8EC784; }
span { border-color: rgb(142,199,132); }
td.TdClassName
{
border-color: #8EC784;
}
.TagClassName
{
border-color: #8EC784;
}
</style>