Shades of De York #85C086
Tints of De York #85C086
RGB
CMYK
RGB Variations
Color information
#85C086 (or 0x85C086) is known color: De York. HEX triplet: 85, C0 and 86. RGB value is (133,192,134). Sum of RGB (Red+Green+Blue) = 133+192+134=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #85C086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C086 is #7A3F79. Grayscale: #A7A7A7. Windows color (decimal): -8011642 or 8831109. OLE color: 8831109.
HSL color Cylindrical-coordinate representation of color #85C086: hue angle of 121.02º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C086 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 134 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.25 |
| HSL | 121.02º | 0.32% | 0.64% | - |
| HSV(B) | 121.02º | 0.31% | 0.75% | - |
| XYZ | 32.83 | 44.41 | 29.4 | - |
| YUV | 167.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 134 | 0.31 | 0 | 0.30 | 0.25 | 121.02 | 0.32 | 0.64 |
| Hex | 85 | C0 | 86 | 1F | 0 | 1E | 19 | 79 | 20 | 40 |
| Octal | 205 | 300 | 206 | 37 | 0 | 36 | 31 | 171 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10000110 | 11111 | 0 | 11110 | 11001 | 1111001 | 100000 | 1000000 |
Color Harmonies of #85C086
Complementary color
Monochromatic Colors of #85C086
Black with #85C086
Text Example
Text Example
White with #85C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C086; }
p { color: rgb(133,192,134); }
H1.HeaderClassName
{
color: #85C086;
}
.AnyTagClassName
{
color: #85C086;
}
</style>
background-color css
<style>
a { background-color: #85C086; }
a { background-color: rgb(133,192,134); }
div.DivClassName
{
background-color: #85C086;
}
.BgClassName
{
background-color: #85C086;
}
</style>
border-color css
<style>
span { border-color: #85C086; }
span { border-color: rgb(133,192,134); }
td.TdClassName
{
border-color: #85C086;
}
.TagClassName
{
border-color: #85C086;
}
</style>