Shades of De York #8EC482
Tints of De York #8EC482
RGB
CMYK
RGB Variations
Color information
#8EC482 (or 0x8EC482) is known color: De York. HEX triplet: 8E, C4 and 82. RGB value is (142,196,130). Sum of RGB (Red+Green+Blue) = 142+196+130=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC482 is #713B7D. Grayscale: #ACACAC. Windows color (decimal): -7420798 or 8569998. OLE color: 8569998.
HSL color Cylindrical-coordinate representation of color #8EC482: hue angle of 109.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EC482 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 130 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.23 |
| HSL | 109.09º | 0.36% | 0.64% | - |
| HSV(B) | 109.09º | 0.34% | 0.77% | - |
| XYZ | 34.92 | 46.84 | 28.32 | - |
| YUV | 172.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 130 | 0.28 | 0 | 0.34 | 0.23 | 109.09 | 0.36 | 0.64 |
| Hex | 8E | C4 | 82 | 1C | 0 | 22 | 17 | 6D | 24 | 40 |
| Octal | 216 | 304 | 202 | 34 | 0 | 42 | 27 | 155 | 44 | 100 |
| Binary | 10001110 | 11000100 | 10000010 | 11100 | 0 | 100010 | 10111 | 1101101 | 100100 | 1000000 |
Color Harmonies of #8EC482
Complementary color
Monochromatic Colors of #8EC482
Black with #8EC482
Text Example
Text Example
White with #8EC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC482; }
p { color: rgb(142,196,130); }
H1.HeaderClassName
{
color: #8EC482;
}
.AnyTagClassName
{
color: #8EC482;
}
</style>
background-color css
<style>
a { background-color: #8EC482; }
a { background-color: rgb(142,196,130); }
div.DivClassName
{
background-color: #8EC482;
}
.BgClassName
{
background-color: #8EC482;
}
</style>
border-color css
<style>
span { border-color: #8EC482; }
span { border-color: rgb(142,196,130); }
td.TdClassName
{
border-color: #8EC482;
}
.TagClassName
{
border-color: #8EC482;
}
</style>