Shades of De York #85C088
Tints of De York #85C088
RGB
CMYK
RGB Variations
Color information
#85C088 (or 0x85C088) is known color: De York. HEX triplet: 85, C0 and 88. RGB value is (133,192,136). Sum of RGB (Red+Green+Blue) = 133+192+136=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #85C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C088 is #7A3F77. Grayscale: #A8A8A8. Windows color (decimal): -8011640 or 8962181. OLE color: 8962181.
HSL color Cylindrical-coordinate representation of color #85C088: hue angle of 123.05º 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 #85C088 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 136 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.25 |
| HSL | 123.05º | 0.32% | 0.64% | - |
| HSV(B) | 123.05º | 0.31% | 0.75% | - |
| XYZ | 32.97 | 44.46 | 30.14 | - |
| YUV | 167.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 136 | 0.31 | 0 | 0.29 | 0.25 | 123.05 | 0.32 | 0.64 |
| Hex | 85 | C0 | 88 | 1F | 0 | 1D | 19 | 7B | 20 | 40 |
| Octal | 205 | 300 | 210 | 37 | 0 | 35 | 31 | 173 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10001000 | 11111 | 0 | 11101 | 11001 | 1111011 | 100000 | 1000000 |
Color Harmonies of #85C088
Complementary color
Monochromatic Colors of #85C088
Black with #85C088
Text Example
Text Example
White with #85C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C088; }
p { color: rgb(133,192,136); }
H1.HeaderClassName
{
color: #85C088;
}
.AnyTagClassName
{
color: #85C088;
}
</style>
background-color css
<style>
a { background-color: #85C088; }
a { background-color: rgb(133,192,136); }
div.DivClassName
{
background-color: #85C088;
}
.BgClassName
{
background-color: #85C088;
}
</style>
border-color css
<style>
span { border-color: #85C088; }
span { border-color: rgb(133,192,136); }
td.TdClassName
{
border-color: #85C088;
}
.TagClassName
{
border-color: #85C088;
}
</style>