Shades of De York #8ECF8D
Tints of De York #8ECF8D
RGB
CMYK
RGB Variations
Color information
#8ECF8D (or 0x8ECF8D) is known color: De York. HEX triplet: 8E, CF and 8D. RGB value is (142,207,141). Sum of RGB (Red+Green+Blue) = 142+207+141=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF8D is #713072. Grayscale: #B4B4B4. Windows color (decimal): -7417971 or 9293710. OLE color: 9293710.
HSL color Cylindrical-coordinate representation of color #8ECF8D: hue angle of 119.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECF8D is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 141 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.19 |
| HSL | 119.09º | 0.41% | 0.68% | - |
| HSV(B) | 119.09º | 0.32% | 0.81% | - |
| XYZ | 38.28 | 52.3 | 33.28 | - |
| YUV | 180.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 141 | 0.31 | 0 | 0.32 | 0.19 | 119.09 | 0.41 | 0.68 |
| Hex | 8E | CF | 8D | 1F | 0 | 20 | 13 | 77 | 29 | 44 |
| Octal | 216 | 317 | 215 | 37 | 0 | 40 | 23 | 167 | 51 | 104 |
| Binary | 10001110 | 11001111 | 10001101 | 11111 | 0 | 100000 | 10011 | 1110111 | 101001 | 1000100 |
Color Harmonies of #8ECF8D
Complementary color
Monochromatic Colors of #8ECF8D
Black with #8ECF8D
Text Example
Text Example
White with #8ECF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF8D; }
p { color: rgb(142,207,141); }
H1.HeaderClassName
{
color: #8ECF8D;
}
.AnyTagClassName
{
color: #8ECF8D;
}
</style>
background-color css
<style>
a { background-color: #8ECF8D; }
a { background-color: rgb(142,207,141); }
div.DivClassName
{
background-color: #8ECF8D;
}
.BgClassName
{
background-color: #8ECF8D;
}
</style>
border-color css
<style>
span { border-color: #8ECF8D; }
span { border-color: rgb(142,207,141); }
td.TdClassName
{
border-color: #8ECF8D;
}
.TagClassName
{
border-color: #8ECF8D;
}
</style>