Shades of De York #8EC88E
Tints of De York #8EC88E
RGB
CMYK
RGB Variations
Color information
#8EC88E (or 0x8EC88E) is known color: De York. HEX triplet: 8E, C8 and 8E. RGB value is (142,200,142). Sum of RGB (Red+Green+Blue) = 142+200+142=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC88E is #713771. Grayscale: #B0B0B0. Windows color (decimal): -7419762 or 9357454. OLE color: 9357454.
HSL color Cylindrical-coordinate representation of color #8EC88E: hue angle of 120º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC88E is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 142 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.22 |
| HSL | 120º | 0.35% | 0.67% | - |
| HSV(B) | 120º | 0.29% | 0.78% | - |
| XYZ | 36.69 | 49.01 | 33.12 | - |
| YUV | 176.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 142 | 0.29 | 0 | 0.29 | 0.22 | 120 | 0.35 | 0.67 |
| Hex | 8E | C8 | 8E | 1D | 0 | 1D | 16 | 78 | 23 | 43 |
| Octal | 216 | 310 | 216 | 35 | 0 | 35 | 26 | 170 | 43 | 103 |
| Binary | 10001110 | 11001000 | 10001110 | 11101 | 0 | 11101 | 10110 | 1111000 | 100011 | 1000011 |
Color Harmonies of #8EC88E
Complementary color
Monochromatic Colors of #8EC88E
Black with #8EC88E
Text Example
Text Example
White with #8EC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC88E; }
p { color: rgb(142,200,142); }
H1.HeaderClassName
{
color: #8EC88E;
}
.AnyTagClassName
{
color: #8EC88E;
}
</style>
background-color css
<style>
a { background-color: #8EC88E; }
a { background-color: rgb(142,200,142); }
div.DivClassName
{
background-color: #8EC88E;
}
.BgClassName
{
background-color: #8EC88E;
}
</style>
border-color css
<style>
span { border-color: #8EC88E; }
span { border-color: rgb(142,200,142); }
td.TdClassName
{
border-color: #8EC88E;
}
.TagClassName
{
border-color: #8EC88E;
}
</style>