Shades of De York #8ED587
Tints of De York #8ED587
RGB
CMYK
RGB Variations
Color information
#8ED587 (or 0x8ED587) is known color: De York. HEX triplet: 8E, D5 and 87. RGB value is (142,213,135). Sum of RGB (Red+Green+Blue) = 142+213+135=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED587 is #712A78. Grayscale: #B7B7B7. Windows color (decimal): -7416441 or 8902030. OLE color: 8902030.
HSL color Cylindrical-coordinate representation of color #8ED587: hue angle of 114.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ED587 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 135 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.16 |
| HSL | 114.62º | 0.48% | 0.68% | - |
| HSV(B) | 114.62º | 0.37% | 0.84% | - |
| XYZ | 39.32 | 55.09 | 31.48 | - |
| YUV | 182.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 135 | 0.33 | 0 | 0.37 | 0.16 | 114.62 | 0.48 | 0.68 |
| Hex | 8E | D5 | 87 | 21 | 0 | 25 | 10 | 73 | 30 | 44 |
| Octal | 216 | 325 | 207 | 41 | 0 | 45 | 20 | 163 | 60 | 104 |
| Binary | 10001110 | 11010101 | 10000111 | 100001 | 0 | 100101 | 10000 | 1110011 | 110000 | 1000100 |
Color Harmonies of #8ED587
Complementary color
Monochromatic Colors of #8ED587
Black with #8ED587
Text Example
Text Example
White with #8ED587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED587; }
p { color: rgb(142,213,135); }
H1.HeaderClassName
{
color: #8ED587;
}
.AnyTagClassName
{
color: #8ED587;
}
</style>
background-color css
<style>
a { background-color: #8ED587; }
a { background-color: rgb(142,213,135); }
div.DivClassName
{
background-color: #8ED587;
}
.BgClassName
{
background-color: #8ED587;
}
</style>
border-color css
<style>
span { border-color: #8ED587; }
span { border-color: rgb(142,213,135); }
td.TdClassName
{
border-color: #8ED587;
}
.TagClassName
{
border-color: #8ED587;
}
</style>