Shades of De York #8ED684
Tints of De York #8ED684
RGB
CMYK
RGB Variations
Color information
#8ED684 (or 0x8ED684) is known color: De York. HEX triplet: 8E, D6 and 84. RGB value is (142,214,132). Sum of RGB (Red+Green+Blue) = 142+214+132=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED684 is #71297B. Grayscale: #B7B7B7. Windows color (decimal): -7416188 or 8705678. OLE color: 8705678.
HSL color Cylindrical-coordinate representation of color #8ED684: hue angle of 112.68º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ED684 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 132 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.16 |
| HSL | 112.68º | 0.5% | 0.68% | - |
| HSV(B) | 112.68º | 0.38% | 0.84% | - |
| XYZ | 39.37 | 55.51 | 30.47 | - |
| YUV | 183.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 132 | 0.34 | 0 | 0.38 | 0.16 | 112.68 | 0.5 | 0.68 |
| Hex | 8E | D6 | 84 | 22 | 0 | 26 | 10 | 71 | 32 | 44 |
| Octal | 216 | 326 | 204 | 42 | 0 | 46 | 20 | 161 | 62 | 104 |
| Binary | 10001110 | 11010110 | 10000100 | 100010 | 0 | 100110 | 10000 | 1110001 | 110010 | 1000100 |
Color Harmonies of #8ED684
Complementary color
Monochromatic Colors of #8ED684
Black with #8ED684
Text Example
Text Example
White with #8ED684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED684; }
p { color: rgb(142,214,132); }
H1.HeaderClassName
{
color: #8ED684;
}
.AnyTagClassName
{
color: #8ED684;
}
</style>
background-color css
<style>
a { background-color: #8ED684; }
a { background-color: rgb(142,214,132); }
div.DivClassName
{
background-color: #8ED684;
}
.BgClassName
{
background-color: #8ED684;
}
</style>
border-color css
<style>
span { border-color: #8ED684; }
span { border-color: rgb(142,214,132); }
td.TdClassName
{
border-color: #8ED684;
}
.TagClassName
{
border-color: #8ED684;
}
</style>