Shades of De York #8ED593
Tints of De York #8ED593
RGB
CMYK
RGB Variations
Color information
#8ED593 (or 0x8ED593) is known color: De York. HEX triplet: 8E, D5 and 93. RGB value is (142,213,147). Sum of RGB (Red+Green+Blue) = 142+213+147=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED593 is #712A6C. Grayscale: #B8B8B8. Windows color (decimal): -7416429 or 9688462. OLE color: 9688462.
HSL color Cylindrical-coordinate representation of color #8ED593: hue angle of 124.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED593 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 147 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.16 |
| HSL | 124.23º | 0.46% | 0.7% | - |
| HSV(B) | 124.23º | 0.33% | 0.84% | - |
| XYZ | 40.22 | 55.45 | 36.19 | - |
| YUV | 184.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 147 | 0.33 | 0 | 0.31 | 0.16 | 124.23 | 0.46 | 0.7 |
| Hex | 8E | D5 | 93 | 21 | 0 | 1F | 10 | 7C | 2E | 46 |
| Octal | 216 | 325 | 223 | 41 | 0 | 37 | 20 | 174 | 56 | 106 |
| Binary | 10001110 | 11010101 | 10010011 | 100001 | 0 | 11111 | 10000 | 1111100 | 101110 | 1000110 |
Color Harmonies of #8ED593
Complementary color
Monochromatic Colors of #8ED593
Black with #8ED593
Text Example
Text Example
White with #8ED593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED593; }
p { color: rgb(142,213,147); }
H1.HeaderClassName
{
color: #8ED593;
}
.AnyTagClassName
{
color: #8ED593;
}
</style>
background-color css
<style>
a { background-color: #8ED593; }
a { background-color: rgb(142,213,147); }
div.DivClassName
{
background-color: #8ED593;
}
.BgClassName
{
background-color: #8ED593;
}
</style>
border-color css
<style>
span { border-color: #8ED593; }
span { border-color: rgb(142,213,147); }
td.TdClassName
{
border-color: #8ED593;
}
.TagClassName
{
border-color: #8ED593;
}
</style>