Shades of De York #8ECD84
Tints of De York #8ECD84
RGB
CMYK
RGB Variations
Color information
#8ECD84 (or 0x8ECD84) is known color: De York. HEX triplet: 8E, CD and 84. RGB value is (142,205,132). Sum of RGB (Red+Green+Blue) = 142+205+132=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD84 is #71327B. Grayscale: #B2B2B2. Windows color (decimal): -7418492 or 8703374. OLE color: 8703374.
HSL color Cylindrical-coordinate representation of color #8ECD84: hue angle of 111.78º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECD84 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 132 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.20 |
| HSL | 111.78º | 0.42% | 0.66% | - |
| HSV(B) | 111.78º | 0.36% | 0.8% | - |
| XYZ | 37.15 | 51.08 | 29.73 | - |
| YUV | 177.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 132 | 0.31 | 0 | 0.36 | 0.20 | 111.78 | 0.42 | 0.66 |
| Hex | 8E | CD | 84 | 1F | 0 | 24 | 14 | 70 | 2A | 42 |
| Octal | 216 | 315 | 204 | 37 | 0 | 44 | 24 | 160 | 52 | 102 |
| Binary | 10001110 | 11001101 | 10000100 | 11111 | 0 | 100100 | 10100 | 1110000 | 101010 | 1000010 |
Color Harmonies of #8ECD84
Complementary color
Monochromatic Colors of #8ECD84
Black with #8ECD84
Text Example
Text Example
White with #8ECD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD84; }
p { color: rgb(142,205,132); }
H1.HeaderClassName
{
color: #8ECD84;
}
.AnyTagClassName
{
color: #8ECD84;
}
</style>
background-color css
<style>
a { background-color: #8ECD84; }
a { background-color: rgb(142,205,132); }
div.DivClassName
{
background-color: #8ECD84;
}
.BgClassName
{
background-color: #8ECD84;
}
</style>
border-color css
<style>
span { border-color: #8ECD84; }
span { border-color: rgb(142,205,132); }
td.TdClassName
{
border-color: #8ECD84;
}
.TagClassName
{
border-color: #8ECD84;
}
</style>