Shades of De York #8ED88B
Tints of De York #8ED88B
RGB
CMYK
RGB Variations
Color information
#8ED88B (or 0x8ED88B) is known color: De York. HEX triplet: 8E, D8 and 8B. RGB value is (142,216,139). Sum of RGB (Red+Green+Blue) = 142+216+139=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED88B is #712774. Grayscale: #B9B9B9. Windows color (decimal): -7415669 or 9164942. OLE color: 9164942.
HSL color Cylindrical-coordinate representation of color #8ED88B: hue angle of 117.66º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ED88B is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 139 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.15 |
| HSL | 117.66º | 0.5% | 0.7% | - |
| HSV(B) | 117.66º | 0.36% | 0.85% | - |
| XYZ | 40.37 | 56.73 | 33.25 | - |
| YUV | 185.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 139 | 0.34 | 0 | 0.36 | 0.15 | 117.66 | 0.5 | 0.7 |
| Hex | 8E | D8 | 8B | 22 | 0 | 24 | F | 76 | 32 | 46 |
| Octal | 216 | 330 | 213 | 42 | 0 | 44 | 17 | 166 | 62 | 106 |
| Binary | 10001110 | 11011000 | 10001011 | 100010 | 0 | 100100 | 1111 | 1110110 | 110010 | 1000110 |
Color Harmonies of #8ED88B
Complementary color
Monochromatic Colors of #8ED88B
Black with #8ED88B
Text Example
Text Example
White with #8ED88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED88B; }
p { color: rgb(142,216,139); }
H1.HeaderClassName
{
color: #8ED88B;
}
.AnyTagClassName
{
color: #8ED88B;
}
</style>
background-color css
<style>
a { background-color: #8ED88B; }
a { background-color: rgb(142,216,139); }
div.DivClassName
{
background-color: #8ED88B;
}
.BgClassName
{
background-color: #8ED88B;
}
</style>
border-color css
<style>
span { border-color: #8ED88B; }
span { border-color: rgb(142,216,139); }
td.TdClassName
{
border-color: #8ED88B;
}
.TagClassName
{
border-color: #8ED88B;
}
</style>