Shades of De York #85C881
Tints of De York #85C881
RGB
CMYK
RGB Variations
Color information
#85C881 (or 0x85C881) is known color: De York. HEX triplet: 85, C8 and 81. RGB value is (133,200,129). Sum of RGB (Red+Green+Blue) = 133+200+129=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #85C881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C881 is #7A377E. Grayscale: #ACACAC. Windows color (decimal): -8009599 or 8505477. OLE color: 8505477.
HSL color Cylindrical-coordinate representation of color #85C881: hue angle of 116.62º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85C881 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 129 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.22 |
| HSL | 116.62º | 0.39% | 0.65% | - |
| HSV(B) | 116.62º | 0.36% | 0.78% | - |
| XYZ | 34.29 | 47.88 | 28.2 | - |
| YUV | 171.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 129 | 0.34 | 0 | 0.36 | 0.22 | 116.62 | 0.39 | 0.65 |
| Hex | 85 | C8 | 81 | 22 | 0 | 24 | 16 | 75 | 27 | 41 |
| Octal | 205 | 310 | 201 | 42 | 0 | 44 | 26 | 165 | 47 | 101 |
| Binary | 10000101 | 11001000 | 10000001 | 100010 | 0 | 100100 | 10110 | 1110101 | 100111 | 1000001 |
Color Harmonies of #85C881
Complementary color
Monochromatic Colors of #85C881
Black with #85C881
Text Example
Text Example
White with #85C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C881; }
p { color: rgb(133,200,129); }
H1.HeaderClassName
{
color: #85C881;
}
.AnyTagClassName
{
color: #85C881;
}
</style>
background-color css
<style>
a { background-color: #85C881; }
a { background-color: rgb(133,200,129); }
div.DivClassName
{
background-color: #85C881;
}
.BgClassName
{
background-color: #85C881;
}
</style>
border-color css
<style>
span { border-color: #85C881; }
span { border-color: rgb(133,200,129); }
td.TdClassName
{
border-color: #85C881;
}
.TagClassName
{
border-color: #85C881;
}
</style>