Shades of De York #8ED992
Tints of De York #8ED992
RGB
CMYK
RGB Variations
Color information
#8ED992 (or 0x8ED992) is known color: De York. HEX triplet: 8E, D9 and 92. RGB value is (142,217,146). Sum of RGB (Red+Green+Blue) = 142+217+146=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED992 is #71266D. Grayscale: #BABABA. Windows color (decimal): -7415406 or 9623950. OLE color: 9623950.
HSL color Cylindrical-coordinate representation of color #8ED992: hue angle of 123.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED992 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 217 | 146 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.15 |
| HSL | 123.2º | 0.5% | 0.7% | - |
| HSV(B) | 123.2º | 0.35% | 0.85% | - |
| XYZ | 41.16 | 57.45 | 36.11 | - |
| YUV | 186.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 217 | 146 | 0.35 | 0 | 0.33 | 0.15 | 123.2 | 0.5 | 0.7 |
| Hex | 8E | D9 | 92 | 23 | 0 | 21 | F | 7B | 32 | 46 |
| Octal | 216 | 331 | 222 | 43 | 0 | 41 | 17 | 173 | 62 | 106 |
| Binary | 10001110 | 11011001 | 10010010 | 100011 | 0 | 100001 | 1111 | 1111011 | 110010 | 1000110 |
Color Harmonies of #8ED992
Complementary color
Monochromatic Colors of #8ED992
Black with #8ED992
Text Example
Text Example
White with #8ED992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED992; }
p { color: rgb(142,217,146); }
H1.HeaderClassName
{
color: #8ED992;
}
.AnyTagClassName
{
color: #8ED992;
}
</style>
background-color css
<style>
a { background-color: #8ED992; }
a { background-color: rgb(142,217,146); }
div.DivClassName
{
background-color: #8ED992;
}
.BgClassName
{
background-color: #8ED992;
}
</style>
border-color css
<style>
span { border-color: #8ED992; }
span { border-color: rgb(142,217,146); }
td.TdClassName
{
border-color: #8ED992;
}
.TagClassName
{
border-color: #8ED992;
}
</style>