Shades of De York #85CF8E
Tints of De York #85CF8E
RGB
CMYK
RGB Variations
Color information
#85CF8E (or 0x85CF8E) is known color: De York. HEX triplet: 85, CF and 8E. RGB value is (133,207,142). Sum of RGB (Red+Green+Blue) = 133+207+142=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF8E is #7A3071. Grayscale: #B1B1B1. Windows color (decimal): -8007794 or 9359237. OLE color: 9359237.
HSL color Cylindrical-coordinate representation of color #85CF8E: hue angle of 127.3º 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 #85CF8E is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 142 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.19 |
| HSL | 127.3º | 0.44% | 0.67% | - |
| HSV(B) | 127.3º | 0.36% | 0.81% | - |
| XYZ | 36.87 | 51.57 | 33.6 | - |
| YUV | 177.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 142 | 0.36 | 0 | 0.31 | 0.19 | 127.3 | 0.44 | 0.67 |
| Hex | 85 | CF | 8E | 24 | 0 | 1F | 13 | 7F | 2C | 43 |
| Octal | 205 | 317 | 216 | 44 | 0 | 37 | 23 | 177 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10001110 | 100100 | 0 | 11111 | 10011 | 1111111 | 101100 | 1000011 |
Color Harmonies of #85CF8E
Complementary color
Monochromatic Colors of #85CF8E
Black with #85CF8E
Text Example
Text Example
White with #85CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF8E; }
p { color: rgb(133,207,142); }
H1.HeaderClassName
{
color: #85CF8E;
}
.AnyTagClassName
{
color: #85CF8E;
}
</style>
background-color css
<style>
a { background-color: #85CF8E; }
a { background-color: rgb(133,207,142); }
div.DivClassName
{
background-color: #85CF8E;
}
.BgClassName
{
background-color: #85CF8E;
}
</style>
border-color css
<style>
span { border-color: #85CF8E; }
span { border-color: rgb(133,207,142); }
td.TdClassName
{
border-color: #85CF8E;
}
.TagClassName
{
border-color: #85CF8E;
}
</style>