Shades of De York #8ED883
Tints of De York #8ED883
RGB
CMYK
RGB Variations
Color information
#8ED883 (or 0x8ED883) is known color: De York. HEX triplet: 8E, D8 and 83. RGB value is (142,216,131). Sum of RGB (Red+Green+Blue) = 142+216+131=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED883 is #71277C. Grayscale: #B8B8B8. Windows color (decimal): -7415677 or 8640654. OLE color: 8640654.
HSL color Cylindrical-coordinate representation of color #8ED883: hue angle of 112.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ED883 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 131 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.15 |
| HSL | 112.24º | 0.52% | 0.68% | - |
| HSV(B) | 112.24º | 0.39% | 0.85% | - |
| XYZ | 39.81 | 56.5 | 30.28 | - |
| YUV | 184.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 131 | 0.34 | 0 | 0.39 | 0.15 | 112.24 | 0.52 | 0.68 |
| Hex | 8E | D8 | 83 | 22 | 0 | 27 | F | 70 | 34 | 44 |
| Octal | 216 | 330 | 203 | 42 | 0 | 47 | 17 | 160 | 64 | 104 |
| Binary | 10001110 | 11011000 | 10000011 | 100010 | 0 | 100111 | 1111 | 1110000 | 110100 | 1000100 |
Color Harmonies of #8ED883
Complementary color
Monochromatic Colors of #8ED883
Black with #8ED883
Text Example
Text Example
White with #8ED883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED883; }
p { color: rgb(142,216,131); }
H1.HeaderClassName
{
color: #8ED883;
}
.AnyTagClassName
{
color: #8ED883;
}
</style>
background-color css
<style>
a { background-color: #8ED883; }
a { background-color: rgb(142,216,131); }
div.DivClassName
{
background-color: #8ED883;
}
.BgClassName
{
background-color: #8ED883;
}
</style>
border-color css
<style>
span { border-color: #8ED883; }
span { border-color: rgb(142,216,131); }
td.TdClassName
{
border-color: #8ED883;
}
.TagClassName
{
border-color: #8ED883;
}
</style>