Shades of De York #8ED68C
Tints of De York #8ED68C
RGB
CMYK
RGB Variations
Color information
#8ED68C (or 0x8ED68C) is known color: De York. HEX triplet: 8E, D6 and 8C. RGB value is (142,214,140). Sum of RGB (Red+Green+Blue) = 142+214+140=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED68C is #712973. Grayscale: #B8B8B8. Windows color (decimal): -7416180 or 9229966. OLE color: 9229966.
HSL color Cylindrical-coordinate representation of color #8ED68C: hue angle of 118.38º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED68C is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 140 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.16 |
| HSL | 118.38º | 0.47% | 0.69% | - |
| HSV(B) | 118.38º | 0.35% | 0.84% | - |
| XYZ | 39.94 | 55.74 | 33.46 | - |
| YUV | 184.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 140 | 0.34 | 0 | 0.35 | 0.16 | 118.38 | 0.47 | 0.69 |
| Hex | 8E | D6 | 8C | 22 | 0 | 23 | 10 | 76 | 2F | 45 |
| Octal | 216 | 326 | 214 | 42 | 0 | 43 | 20 | 166 | 57 | 105 |
| Binary | 10001110 | 11010110 | 10001100 | 100010 | 0 | 100011 | 10000 | 1110110 | 101111 | 1000101 |
Color Harmonies of #8ED68C
Complementary color
Monochromatic Colors of #8ED68C
Black with #8ED68C
Text Example
Text Example
White with #8ED68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED68C; }
p { color: rgb(142,214,140); }
H1.HeaderClassName
{
color: #8ED68C;
}
.AnyTagClassName
{
color: #8ED68C;
}
</style>
background-color css
<style>
a { background-color: #8ED68C; }
a { background-color: rgb(142,214,140); }
div.DivClassName
{
background-color: #8ED68C;
}
.BgClassName
{
background-color: #8ED68C;
}
</style>
border-color css
<style>
span { border-color: #8ED68C; }
span { border-color: rgb(142,214,140); }
td.TdClassName
{
border-color: #8ED68C;
}
.TagClassName
{
border-color: #8ED68C;
}
</style>