Shades of De York #85CC73
Tints of De York #85CC73
RGB
CMYK
RGB Variations
Color information
#85CC73 (or 0x85CC73) is known color: De York. HEX triplet: 85, CC and 73. RGB value is (133,204,115). Sum of RGB (Red+Green+Blue) = 133+204+115=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC73 is #7A338C. Grayscale: #ACACAC. Windows color (decimal): -8008589 or 7588997. OLE color: 7588997.
HSL color Cylindrical-coordinate representation of color #85CC73: hue angle of 107.87º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CC73 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 115 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.2 |
| HSL | 107.87º | 0.47% | 0.63% | - |
| HSV(B) | 107.87º | 0.44% | 0.8% | - |
| XYZ | 34.36 | 49.41 | 23.95 | - |
| YUV | 172.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 115 | 0.35 | 0 | 0.44 | 0.2 | 107.87 | 0.47 | 0.63 |
| Hex | 85 | CC | 73 | 23 | 0 | 2C | 14 | 6C | 2F | 3F |
| Octal | 205 | 314 | 163 | 43 | 0 | 54 | 24 | 154 | 57 | 77 |
| Binary | 10000101 | 11001100 | 1110011 | 100011 | 0 | 101100 | 10100 | 1101100 | 101111 | 111111 |
Color Harmonies of #85CC73
Complementary color
Monochromatic Colors of #85CC73
Black with #85CC73
Text Example
Text Example
White with #85CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC73; }
p { color: rgb(133,204,115); }
H1.HeaderClassName
{
color: #85CC73;
}
.AnyTagClassName
{
color: #85CC73;
}
</style>
background-color css
<style>
a { background-color: #85CC73; }
a { background-color: rgb(133,204,115); }
div.DivClassName
{
background-color: #85CC73;
}
.BgClassName
{
background-color: #85CC73;
}
</style>
border-color css
<style>
span { border-color: #85CC73; }
span { border-color: rgb(133,204,115); }
td.TdClassName
{
border-color: #85CC73;
}
.TagClassName
{
border-color: #85CC73;
}
</style>