Shades of De York #8ED28B
Tints of De York #8ED28B
RGB
CMYK
RGB Variations
Color information
#8ED28B (or 0x8ED28B) is known color: De York. HEX triplet: 8E, D2 and 8B. RGB value is (142,210,139). Sum of RGB (Red+Green+Blue) = 142+210+139=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED28B is #712D74. Grayscale: #B5B5B5. Windows color (decimal): -7417205 or 9163406. OLE color: 9163406.
HSL color Cylindrical-coordinate representation of color #8ED28B: hue angle of 117.46º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED28B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 210 | 139 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.18 |
| HSL | 117.46º | 0.44% | 0.68% | - |
| HSV(B) | 117.46º | 0.34% | 0.82% | - |
| XYZ | 38.86 | 53.71 | 32.74 | - |
| YUV | 181.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 139 | 0.32 | 0 | 0.34 | 0.18 | 117.46 | 0.44 | 0.68 |
| Hex | 8E | D2 | 8B | 20 | 0 | 22 | 12 | 75 | 2C | 44 |
| Octal | 216 | 322 | 213 | 40 | 0 | 42 | 22 | 165 | 54 | 104 |
| Binary | 10001110 | 11010010 | 10001011 | 100000 | 0 | 100010 | 10010 | 1110101 | 101100 | 1000100 |
Color Harmonies of #8ED28B
Complementary color
Monochromatic Colors of #8ED28B
Black with #8ED28B
Text Example
Text Example
White with #8ED28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED28B; }
p { color: rgb(142,210,139); }
H1.HeaderClassName
{
color: #8ED28B;
}
.AnyTagClassName
{
color: #8ED28B;
}
</style>
background-color css
<style>
a { background-color: #8ED28B; }
a { background-color: rgb(142,210,139); }
div.DivClassName
{
background-color: #8ED28B;
}
.BgClassName
{
background-color: #8ED28B;
}
</style>
border-color css
<style>
span { border-color: #8ED28B; }
span { border-color: rgb(142,210,139); }
td.TdClassName
{
border-color: #8ED28B;
}
.TagClassName
{
border-color: #8ED28B;
}
</style>