Shades of Lima #85B710
Tints of Lima #85B710
RGB
CMYK
RGB Variations
Color information
#85B710 (or 0x85B710) is known color: Lima. HEX triplet: 85, B7 and 10. RGB value is (133,183,16). Sum of RGB (Red+Green+Blue) = 133+183+16=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #85B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B710 is #7A48EF. Grayscale: #959595. Windows color (decimal): -8014064 or 1095557. OLE color: 1095557.
HSL color Cylindrical-coordinate representation of color #85B710: hue angle of 77.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85B710 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.28 |
| HSL | 77.96º | 0.84% | 0.39% | - |
| HSV(B) | 77.96º | 0.91% | 0.72% | - |
| XYZ | 26.7 | 38.89 | 6.59 | - |
| YUV | 149.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 16 | 0.27 | 0 | 0.91 | 0.28 | 77.96 | 0.84 | 0.39 |
| Hex | 85 | B7 | 10 | 1B | 0 | 5B | 1C | 4E | 54 | 27 |
| Octal | 205 | 267 | 20 | 33 | 0 | 133 | 34 | 116 | 124 | 47 |
| Binary | 10000101 | 10110111 | 10000 | 11011 | 0 | 1011011 | 11100 | 1001110 | 1010100 | 100111 |
Color Harmonies of #85B710
Complementary color
Monochromatic Colors of #85B710
Black with #85B710
Text Example
Text Example
White with #85B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B710; }
p { color: rgb(133,183,16); }
H1.HeaderClassName
{
color: #85B710;
}
.AnyTagClassName
{
color: #85B710;
}
</style>
background-color css
<style>
a { background-color: #85B710; }
a { background-color: rgb(133,183,16); }
div.DivClassName
{
background-color: #85B710;
}
.BgClassName
{
background-color: #85B710;
}
</style>
border-color css
<style>
span { border-color: #85B710; }
span { border-color: rgb(133,183,16); }
td.TdClassName
{
border-color: #85B710;
}
.TagClassName
{
border-color: #85B710;
}
</style>