Shades of De York #85C787
Tints of De York #85C787
RGB
CMYK
RGB Variations
Color information
#85C787 (or 0x85C787) is known color: De York. HEX triplet: 85, C7 and 87. RGB value is (133,199,135). Sum of RGB (Red+Green+Blue) = 133+199+135=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #85C787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C787 is #7A3878. Grayscale: #ACACAC. Windows color (decimal): -8009849 or 8898437. OLE color: 8898437.
HSL color Cylindrical-coordinate representation of color #85C787: hue angle of 121.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C787 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 135 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.22 |
| HSL | 121.82º | 0.37% | 0.65% | - |
| HSV(B) | 121.82º | 0.33% | 0.78% | - |
| XYZ | 34.47 | 47.58 | 30.29 | - |
| YUV | 171.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 135 | 0.33 | 0 | 0.32 | 0.22 | 121.82 | 0.37 | 0.65 |
| Hex | 85 | C7 | 87 | 21 | 0 | 20 | 16 | 7A | 25 | 41 |
| Octal | 205 | 307 | 207 | 41 | 0 | 40 | 26 | 172 | 45 | 101 |
| Binary | 10000101 | 11000111 | 10000111 | 100001 | 0 | 100000 | 10110 | 1111010 | 100101 | 1000001 |
Color Harmonies of #85C787
Complementary color
Monochromatic Colors of #85C787
Black with #85C787
Text Example
Text Example
White with #85C787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C787; }
p { color: rgb(133,199,135); }
H1.HeaderClassName
{
color: #85C787;
}
.AnyTagClassName
{
color: #85C787;
}
</style>
background-color css
<style>
a { background-color: #85C787; }
a { background-color: rgb(133,199,135); }
div.DivClassName
{
background-color: #85C787;
}
.BgClassName
{
background-color: #85C787;
}
</style>
border-color css
<style>
span { border-color: #85C787; }
span { border-color: rgb(133,199,135); }
td.TdClassName
{
border-color: #85C787;
}
.TagClassName
{
border-color: #85C787;
}
</style>