Shades of De York #85C680
Tints of De York #85C680
RGB
CMYK
RGB Variations
Color information
#85C680 (or 0x85C680) is known color: De York. HEX triplet: 85, C6 and 80. RGB value is (133,198,128). Sum of RGB (Red+Green+Blue) = 133+198+128=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #85C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C680 is #7A397F. Grayscale: #AAAAAA. Windows color (decimal): -8010112 or 8439429. OLE color: 8439429.
HSL color Cylindrical-coordinate representation of color #85C680: hue angle of 115.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C680 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 128 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.22 |
| HSL | 115.71º | 0.38% | 0.64% | - |
| HSV(B) | 115.71º | 0.35% | 0.78% | - |
| XYZ | 33.76 | 46.93 | 27.7 | - |
| YUV | 170.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 128 | 0.33 | 0 | 0.35 | 0.22 | 115.71 | 0.38 | 0.64 |
| Hex | 85 | C6 | 80 | 21 | 0 | 23 | 16 | 74 | 26 | 40 |
| Octal | 205 | 306 | 200 | 41 | 0 | 43 | 26 | 164 | 46 | 100 |
| Binary | 10000101 | 11000110 | 10000000 | 100001 | 0 | 100011 | 10110 | 1110100 | 100110 | 1000000 |
Color Harmonies of #85C680
Complementary color
Monochromatic Colors of #85C680
Black with #85C680
Text Example
Text Example
White with #85C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C680; }
p { color: rgb(133,198,128); }
H1.HeaderClassName
{
color: #85C680;
}
.AnyTagClassName
{
color: #85C680;
}
</style>
background-color css
<style>
a { background-color: #85C680; }
a { background-color: rgb(133,198,128); }
div.DivClassName
{
background-color: #85C680;
}
.BgClassName
{
background-color: #85C680;
}
</style>
border-color css
<style>
span { border-color: #85C680; }
span { border-color: rgb(133,198,128); }
td.TdClassName
{
border-color: #85C680;
}
.TagClassName
{
border-color: #85C680;
}
</style>