Shades of De York #8ED18A
Tints of De York #8ED18A
RGB
CMYK
RGB Variations
Color information
#8ED18A (or 0x8ED18A) is known color: De York. HEX triplet: 8E, D1 and 8A. RGB value is (142,209,138). Sum of RGB (Red+Green+Blue) = 142+209+138=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED18A is #712E75. Grayscale: #B5B5B5. Windows color (decimal): -7417462 or 9097614. OLE color: 9097614.
HSL color Cylindrical-coordinate representation of color #8ED18A: hue angle of 116.62º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED18A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 138 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.18 |
| HSL | 116.62º | 0.44% | 0.68% | - |
| HSV(B) | 116.62º | 0.34% | 0.82% | - |
| XYZ | 38.54 | 53.19 | 32.28 | - |
| YUV | 180.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 138 | 0.32 | 0 | 0.34 | 0.18 | 116.62 | 0.44 | 0.68 |
| Hex | 8E | D1 | 8A | 20 | 0 | 22 | 12 | 75 | 2C | 44 |
| Octal | 216 | 321 | 212 | 40 | 0 | 42 | 22 | 165 | 54 | 104 |
| Binary | 10001110 | 11010001 | 10001010 | 100000 | 0 | 100010 | 10010 | 1110101 | 101100 | 1000100 |
Color Harmonies of #8ED18A
Complementary color
Monochromatic Colors of #8ED18A
Black with #8ED18A
Text Example
Text Example
White with #8ED18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED18A; }
p { color: rgb(142,209,138); }
H1.HeaderClassName
{
color: #8ED18A;
}
.AnyTagClassName
{
color: #8ED18A;
}
</style>
background-color css
<style>
a { background-color: #8ED18A; }
a { background-color: rgb(142,209,138); }
div.DivClassName
{
background-color: #8ED18A;
}
.BgClassName
{
background-color: #8ED18A;
}
</style>
border-color css
<style>
span { border-color: #8ED18A; }
span { border-color: rgb(142,209,138); }
td.TdClassName
{
border-color: #8ED18A;
}
.TagClassName
{
border-color: #8ED18A;
}
</style>