Shades of De York #85C178
Tints of De York #85C178
RGB
CMYK
RGB Variations
Color information
#85C178 (or 0x85C178) is known color: De York. HEX triplet: 85, C1 and 78. RGB value is (133,193,120). Sum of RGB (Red+Green+Blue) = 133+193+120=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #85C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C178 is #7A3E87. Grayscale: #A6A6A6. Windows color (decimal): -8011400 or 7913861. OLE color: 7913861.
HSL color Cylindrical-coordinate representation of color #85C178: hue angle of 109.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C178 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 120 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.24 |
| HSL | 109.32º | 0.37% | 0.61% | - |
| HSV(B) | 109.32º | 0.38% | 0.76% | - |
| XYZ | 32.13 | 44.48 | 24.66 | - |
| YUV | 166.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 120 | 0.31 | 0 | 0.38 | 0.24 | 109.32 | 0.37 | 0.61 |
| Hex | 85 | C1 | 78 | 1F | 0 | 26 | 18 | 6D | 25 | 3D |
| Octal | 205 | 301 | 170 | 37 | 0 | 46 | 30 | 155 | 45 | 75 |
| Binary | 10000101 | 11000001 | 1111000 | 11111 | 0 | 100110 | 11000 | 1101101 | 100101 | 111101 |
Color Harmonies of #85C178
Complementary color
Monochromatic Colors of #85C178
Black with #85C178
Text Example
Text Example
White with #85C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C178; }
p { color: rgb(133,193,120); }
H1.HeaderClassName
{
color: #85C178;
}
.AnyTagClassName
{
color: #85C178;
}
</style>
background-color css
<style>
a { background-color: #85C178; }
a { background-color: rgb(133,193,120); }
div.DivClassName
{
background-color: #85C178;
}
.BgClassName
{
background-color: #85C178;
}
</style>
border-color css
<style>
span { border-color: #85C178; }
span { border-color: rgb(133,193,120); }
td.TdClassName
{
border-color: #85C178;
}
.TagClassName
{
border-color: #85C178;
}
</style>