Shades of De York #8ECD8C
Tints of De York #8ECD8C
RGB
CMYK
RGB Variations
Color information
#8ECD8C (or 0x8ECD8C) is known color: De York. HEX triplet: 8E, CD and 8C. RGB value is (142,205,140). Sum of RGB (Red+Green+Blue) = 142+205+140=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD8C is #713273. Grayscale: #B2B2B2. Windows color (decimal): -7418484 or 9227662. OLE color: 9227662.
HSL color Cylindrical-coordinate representation of color #8ECD8C: hue angle of 118.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECD8C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 140 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.20 |
| HSL | 118.15º | 0.39% | 0.68% | - |
| HSV(B) | 118.15º | 0.32% | 0.8% | - |
| XYZ | 37.72 | 51.31 | 32.73 | - |
| YUV | 178.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 140 | 0.31 | 0 | 0.32 | 0.20 | 118.15 | 0.39 | 0.68 |
| Hex | 8E | CD | 8C | 1F | 0 | 20 | 14 | 76 | 27 | 44 |
| Octal | 216 | 315 | 214 | 37 | 0 | 40 | 24 | 166 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10001100 | 11111 | 0 | 100000 | 10100 | 1110110 | 100111 | 1000100 |
Color Harmonies of #8ECD8C
Complementary color
Monochromatic Colors of #8ECD8C
Black with #8ECD8C
Text Example
Text Example
White with #8ECD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD8C; }
p { color: rgb(142,205,140); }
H1.HeaderClassName
{
color: #8ECD8C;
}
.AnyTagClassName
{
color: #8ECD8C;
}
</style>
background-color css
<style>
a { background-color: #8ECD8C; }
a { background-color: rgb(142,205,140); }
div.DivClassName
{
background-color: #8ECD8C;
}
.BgClassName
{
background-color: #8ECD8C;
}
</style>
border-color css
<style>
span { border-color: #8ECD8C; }
span { border-color: rgb(142,205,140); }
td.TdClassName
{
border-color: #8ECD8C;
}
.TagClassName
{
border-color: #8ECD8C;
}
</style>