Shades of Lima #85B310
Tints of Lima #85B310
RGB
CMYK
RGB Variations
Color information
#85B310 (or 0x85B310) is known color: Lima. HEX triplet: 85, B3 and 10. RGB value is (133,179,16). Sum of RGB (Red+Green+Blue) = 133+179+16=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #85B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B310 is #7A4CEF. Grayscale: #939393. Windows color (decimal): -8015088 or 1094533. OLE color: 1094533.
HSL color Cylindrical-coordinate representation of color #85B310: hue angle of 76.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85B310 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 16 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.30 |
| HSL | 76.93º | 0.84% | 0.38% | - |
| HSV(B) | 76.93º | 0.91% | 0.7% | - |
| XYZ | 25.89 | 37.26 | 6.32 | - |
| YUV | 146.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 16 | 0.26 | 0 | 0.91 | 0.30 | 76.93 | 0.84 | 0.38 |
| Hex | 85 | B3 | 10 | 1A | 0 | 5B | 1E | 4D | 54 | 26 |
| Octal | 205 | 263 | 20 | 32 | 0 | 133 | 36 | 115 | 124 | 46 |
| Binary | 10000101 | 10110011 | 10000 | 11010 | 0 | 1011011 | 11110 | 1001101 | 1010100 | 100110 |
Color Harmonies of #85B310
Complementary color
Monochromatic Colors of #85B310
Black with #85B310
Text Example
Text Example
White with #85B310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B310; }
p { color: rgb(133,179,16); }
H1.HeaderClassName
{
color: #85B310;
}
.AnyTagClassName
{
color: #85B310;
}
</style>
background-color css
<style>
a { background-color: #85B310; }
a { background-color: rgb(133,179,16); }
div.DivClassName
{
background-color: #85B310;
}
.BgClassName
{
background-color: #85B310;
}
</style>
border-color css
<style>
span { border-color: #85B310; }
span { border-color: rgb(133,179,16); }
td.TdClassName
{
border-color: #85B310;
}
.TagClassName
{
border-color: #85B310;
}
</style>