Shades of De York #85C079
Tints of De York #85C079
RGB
CMYK
RGB Variations
Color information
#85C079 (or 0x85C079) is known color: De York. HEX triplet: 85, C0 and 79. RGB value is (133,192,121). Sum of RGB (Red+Green+Blue) = 133+192+121=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #85C079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C079 is #7A3F86. Grayscale: #A6A6A6. Windows color (decimal): -8011655 or 7979141. OLE color: 7979141.
HSL color Cylindrical-coordinate representation of color #85C079: hue angle of 109.86º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C079 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 121 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.25 |
| HSL | 109.86º | 0.36% | 0.61% | - |
| HSV(B) | 109.86º | 0.37% | 0.75% | - |
| XYZ | 31.97 | 44.07 | 24.91 | - |
| YUV | 166.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 121 | 0.31 | 0 | 0.37 | 0.25 | 109.86 | 0.36 | 0.61 |
| Hex | 85 | C0 | 79 | 1F | 0 | 25 | 19 | 6E | 24 | 3D |
| Octal | 205 | 300 | 171 | 37 | 0 | 45 | 31 | 156 | 44 | 75 |
| Binary | 10000101 | 11000000 | 1111001 | 11111 | 0 | 100101 | 11001 | 1101110 | 100100 | 111101 |
Color Harmonies of #85C079
Complementary color
Monochromatic Colors of #85C079
Black with #85C079
Text Example
Text Example
White with #85C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C079; }
p { color: rgb(133,192,121); }
H1.HeaderClassName
{
color: #85C079;
}
.AnyTagClassName
{
color: #85C079;
}
</style>
background-color css
<style>
a { background-color: #85C079; }
a { background-color: rgb(133,192,121); }
div.DivClassName
{
background-color: #85C079;
}
.BgClassName
{
background-color: #85C079;
}
</style>
border-color css
<style>
span { border-color: #85C079; }
span { border-color: rgb(133,192,121); }
td.TdClassName
{
border-color: #85C079;
}
.TagClassName
{
border-color: #85C079;
}
</style>