Shades of De York #8ED08D
Tints of De York #8ED08D
RGB
CMYK
RGB Variations
Color information
#8ED08D (or 0x8ED08D) is known color: De York. HEX triplet: 8E, D0 and 8D. RGB value is (142,208,141). Sum of RGB (Red+Green+Blue) = 142+208+141=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED08D is #712F72. Grayscale: #B4B4B4. Windows color (decimal): -7417715 or 9293966. OLE color: 9293966.
HSL color Cylindrical-coordinate representation of color #8ED08D: hue angle of 119.1º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED08D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 141 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.18 |
| HSL | 119.1º | 0.42% | 0.68% | - |
| HSV(B) | 119.1º | 0.32% | 0.82% | - |
| XYZ | 38.52 | 52.79 | 33.36 | - |
| YUV | 180.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 141 | 0.32 | 0 | 0.32 | 0.18 | 119.1 | 0.42 | 0.68 |
| Hex | 8E | D0 | 8D | 20 | 0 | 20 | 12 | 77 | 2A | 44 |
| Octal | 216 | 320 | 215 | 40 | 0 | 40 | 22 | 167 | 52 | 104 |
| Binary | 10001110 | 11010000 | 10001101 | 100000 | 0 | 100000 | 10010 | 1110111 | 101010 | 1000100 |
Color Harmonies of #8ED08D
Complementary color
Monochromatic Colors of #8ED08D
Black with #8ED08D
Text Example
Text Example
White with #8ED08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED08D; }
p { color: rgb(142,208,141); }
H1.HeaderClassName
{
color: #8ED08D;
}
.AnyTagClassName
{
color: #8ED08D;
}
</style>
background-color css
<style>
a { background-color: #8ED08D; }
a { background-color: rgb(142,208,141); }
div.DivClassName
{
background-color: #8ED08D;
}
.BgClassName
{
background-color: #8ED08D;
}
</style>
border-color css
<style>
span { border-color: #8ED08D; }
span { border-color: rgb(142,208,141); }
td.TdClassName
{
border-color: #8ED08D;
}
.TagClassName
{
border-color: #8ED08D;
}
</style>