Shades of De York #85C97C
Tints of De York #85C97C
RGB
CMYK
RGB Variations
Color information
#85C97C (or 0x85C97C) is known color: De York. HEX triplet: 85, C9 and 7C. RGB value is (133,201,124). Sum of RGB (Red+Green+Blue) = 133+201+124=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #85C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C97C is #7A3683. Grayscale: #ACACAC. Windows color (decimal): -8009348 or 8178053. OLE color: 8178053.
HSL color Cylindrical-coordinate representation of color #85C97C: hue angle of 112.99º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C97C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 124 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.21 |
| HSL | 112.99º | 0.42% | 0.64% | - |
| HSV(B) | 112.99º | 0.38% | 0.79% | - |
| XYZ | 34.2 | 48.22 | 26.57 | - |
| YUV | 171.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 124 | 0.34 | 0 | 0.38 | 0.21 | 112.99 | 0.42 | 0.64 |
| Hex | 85 | C9 | 7C | 22 | 0 | 26 | 15 | 71 | 2A | 40 |
| Octal | 205 | 311 | 174 | 42 | 0 | 46 | 25 | 161 | 52 | 100 |
| Binary | 10000101 | 11001001 | 1111100 | 100010 | 0 | 100110 | 10101 | 1110001 | 101010 | 1000000 |
Color Harmonies of #85C97C
Complementary color
Monochromatic Colors of #85C97C
Black with #85C97C
Text Example
Text Example
White with #85C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C97C; }
p { color: rgb(133,201,124); }
H1.HeaderClassName
{
color: #85C97C;
}
.AnyTagClassName
{
color: #85C97C;
}
</style>
background-color css
<style>
a { background-color: #85C97C; }
a { background-color: rgb(133,201,124); }
div.DivClassName
{
background-color: #85C97C;
}
.BgClassName
{
background-color: #85C97C;
}
</style>
border-color css
<style>
span { border-color: #85C97C; }
span { border-color: rgb(133,201,124); }
td.TdClassName
{
border-color: #85C97C;
}
.TagClassName
{
border-color: #85C97C;
}
</style>