Shades of De York #8ECF85
Tints of De York #8ECF85
RGB
CMYK
RGB Variations
Color information
#8ECF85 (or 0x8ECF85) is known color: De York. HEX triplet: 8E, CF and 85. RGB value is (142,207,133). Sum of RGB (Red+Green+Blue) = 142+207+133=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF85 is #71307A. Grayscale: #B3B3B3. Windows color (decimal): -7417979 or 8769422. OLE color: 8769422.
HSL color Cylindrical-coordinate representation of color #8ECF85: hue angle of 112.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECF85 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 133 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.19 |
| HSL | 112.7º | 0.44% | 0.67% | - |
| HSV(B) | 112.7º | 0.36% | 0.81% | - |
| XYZ | 37.7 | 52.07 | 30.25 | - |
| YUV | 179.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 133 | 0.31 | 0 | 0.36 | 0.19 | 112.7 | 0.44 | 0.67 |
| Hex | 8E | CF | 85 | 1F | 0 | 24 | 13 | 71 | 2C | 43 |
| Octal | 216 | 317 | 205 | 37 | 0 | 44 | 23 | 161 | 54 | 103 |
| Binary | 10001110 | 11001111 | 10000101 | 11111 | 0 | 100100 | 10011 | 1110001 | 101100 | 1000011 |
Color Harmonies of #8ECF85
Complementary color
Monochromatic Colors of #8ECF85
Black with #8ECF85
Text Example
Text Example
White with #8ECF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF85; }
p { color: rgb(142,207,133); }
H1.HeaderClassName
{
color: #8ECF85;
}
.AnyTagClassName
{
color: #8ECF85;
}
</style>
background-color css
<style>
a { background-color: #8ECF85; }
a { background-color: rgb(142,207,133); }
div.DivClassName
{
background-color: #8ECF85;
}
.BgClassName
{
background-color: #8ECF85;
}
</style>
border-color css
<style>
span { border-color: #8ECF85; }
span { border-color: rgb(142,207,133); }
td.TdClassName
{
border-color: #8ECF85;
}
.TagClassName
{
border-color: #8ECF85;
}
</style>