Shades of De York #85C179
Tints of De York #85C179
RGB
CMYK
RGB Variations
Color information
#85C179 (or 0x85C179) is known color: De York. HEX triplet: 85, C1 and 79. RGB value is (133,193,121). Sum of RGB (Red+Green+Blue) = 133+193+121=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #85C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C179 is #7A3E86. Grayscale: #A7A7A7. Windows color (decimal): -8011399 or 7979397. OLE color: 7979397.
HSL color Cylindrical-coordinate representation of color #85C179: hue angle of 110º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C179 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 121 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.24 |
| HSL | 110º | 0.37% | 0.62% | - |
| HSV(B) | 110º | 0.37% | 0.76% | - |
| XYZ | 32.19 | 44.51 | 24.98 | - |
| YUV | 166.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 121 | 0.31 | 0 | 0.37 | 0.24 | 110 | 0.37 | 0.62 |
| Hex | 85 | C1 | 79 | 1F | 0 | 25 | 18 | 6E | 25 | 3E |
| Octal | 205 | 301 | 171 | 37 | 0 | 45 | 30 | 156 | 45 | 76 |
| Binary | 10000101 | 11000001 | 1111001 | 11111 | 0 | 100101 | 11000 | 1101110 | 100101 | 111110 |
Color Harmonies of #85C179
Complementary color
Monochromatic Colors of #85C179
Black with #85C179
Text Example
Text Example
White with #85C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C179; }
p { color: rgb(133,193,121); }
H1.HeaderClassName
{
color: #85C179;
}
.AnyTagClassName
{
color: #85C179;
}
</style>
background-color css
<style>
a { background-color: #85C179; }
a { background-color: rgb(133,193,121); }
div.DivClassName
{
background-color: #85C179;
}
.BgClassName
{
background-color: #85C179;
}
</style>
border-color css
<style>
span { border-color: #85C179; }
span { border-color: rgb(133,193,121); }
td.TdClassName
{
border-color: #85C179;
}
.TagClassName
{
border-color: #85C179;
}
</style>