Shades of De York #85C080
Tints of De York #85C080
RGB
CMYK
RGB Variations
Color information
#85C080 (or 0x85C080) is known color: De York. HEX triplet: 85, C0 and 80. RGB value is (133,192,128). Sum of RGB (Red+Green+Blue) = 133+192+128=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #85C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C080 is #7A3F7F. Grayscale: #A7A7A7. Windows color (decimal): -8011648 or 8437893. OLE color: 8437893.
HSL color Cylindrical-coordinate representation of color #85C080: hue angle of 115.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C080 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 128 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.25 |
| HSL | 115.31º | 0.34% | 0.63% | - |
| HSV(B) | 115.31º | 0.33% | 0.75% | - |
| XYZ | 32.42 | 44.24 | 27.25 | - |
| YUV | 167.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 128 | 0.31 | 0 | 0.33 | 0.25 | 115.31 | 0.34 | 0.63 |
| Hex | 85 | C0 | 80 | 1F | 0 | 21 | 19 | 73 | 22 | 3F |
| Octal | 205 | 300 | 200 | 37 | 0 | 41 | 31 | 163 | 42 | 77 |
| Binary | 10000101 | 11000000 | 10000000 | 11111 | 0 | 100001 | 11001 | 1110011 | 100010 | 111111 |
Color Harmonies of #85C080
Complementary color
Monochromatic Colors of #85C080
Black with #85C080
Text Example
Text Example
White with #85C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C080; }
p { color: rgb(133,192,128); }
H1.HeaderClassName
{
color: #85C080;
}
.AnyTagClassName
{
color: #85C080;
}
</style>
background-color css
<style>
a { background-color: #85C080; }
a { background-color: rgb(133,192,128); }
div.DivClassName
{
background-color: #85C080;
}
.BgClassName
{
background-color: #85C080;
}
</style>
border-color css
<style>
span { border-color: #85C080; }
span { border-color: rgb(133,192,128); }
td.TdClassName
{
border-color: #85C080;
}
.TagClassName
{
border-color: #85C080;
}
</style>