Shades of De York #8ED386
Tints of De York #8ED386
RGB
CMYK
RGB Variations
Color information
#8ED386 (or 0x8ED386) is known color: De York. HEX triplet: 8E, D3 and 86. RGB value is (142,211,134). Sum of RGB (Red+Green+Blue) = 142+211+134=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED386 is #712C79. Grayscale: #B5B5B5. Windows color (decimal): -7416954 or 8835982. OLE color: 8835982.
HSL color Cylindrical-coordinate representation of color #8ED386: hue angle of 113.77º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ED386 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 134 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.17 |
| HSL | 113.77º | 0.47% | 0.68% | - |
| HSV(B) | 113.77º | 0.36% | 0.83% | - |
| XYZ | 38.75 | 54.06 | 30.95 | - |
| YUV | 181.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 134 | 0.33 | 0 | 0.36 | 0.17 | 113.77 | 0.47 | 0.68 |
| Hex | 8E | D3 | 86 | 21 | 0 | 24 | 11 | 72 | 2F | 44 |
| Octal | 216 | 323 | 206 | 41 | 0 | 44 | 21 | 162 | 57 | 104 |
| Binary | 10001110 | 11010011 | 10000110 | 100001 | 0 | 100100 | 10001 | 1110010 | 101111 | 1000100 |
Color Harmonies of #8ED386
Complementary color
Monochromatic Colors of #8ED386
Black with #8ED386
Text Example
Text Example
White with #8ED386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED386; }
p { color: rgb(142,211,134); }
H1.HeaderClassName
{
color: #8ED386;
}
.AnyTagClassName
{
color: #8ED386;
}
</style>
background-color css
<style>
a { background-color: #8ED386; }
a { background-color: rgb(142,211,134); }
div.DivClassName
{
background-color: #8ED386;
}
.BgClassName
{
background-color: #8ED386;
}
</style>
border-color css
<style>
span { border-color: #8ED386; }
span { border-color: rgb(142,211,134); }
td.TdClassName
{
border-color: #8ED386;
}
.TagClassName
{
border-color: #8ED386;
}
</style>