Shades of Lima #85B313
Tints of Lima #85B313
RGB
CMYK
RGB Variations
Color information
#85B313 (or 0x85B313) is known color: Lima. HEX triplet: 85, B3 and 13. RGB value is (133,179,19). Sum of RGB (Red+Green+Blue) = 133+179+19=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #85B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B313 is #7A4CEC. Grayscale: #939393. Windows color (decimal): -8015085 or 1291141. OLE color: 1291141.
HSL color Cylindrical-coordinate representation of color #85B313: hue angle of 77.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85B313 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 19 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.30 |
| HSL | 77.25º | 0.81% | 0.39% | - |
| HSV(B) | 77.25º | 0.89% | 0.7% | - |
| XYZ | 25.91 | 37.27 | 6.45 | - |
| YUV | 147.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 19 | 0.26 | 0 | 0.89 | 0.30 | 77.25 | 0.81 | 0.39 |
| Hex | 85 | B3 | 13 | 1A | 0 | 59 | 1E | 4D | 51 | 27 |
| Octal | 205 | 263 | 23 | 32 | 0 | 131 | 36 | 115 | 121 | 47 |
| Binary | 10000101 | 10110011 | 10011 | 11010 | 0 | 1011001 | 11110 | 1001101 | 1010001 | 100111 |
Color Harmonies of #85B313
Complementary color
Monochromatic Colors of #85B313
Black with #85B313
Text Example
Text Example
White with #85B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B313; }
p { color: rgb(133,179,19); }
H1.HeaderClassName
{
color: #85B313;
}
.AnyTagClassName
{
color: #85B313;
}
</style>
background-color css
<style>
a { background-color: #85B313; }
a { background-color: rgb(133,179,19); }
div.DivClassName
{
background-color: #85B313;
}
.BgClassName
{
background-color: #85B313;
}
</style>
border-color css
<style>
span { border-color: #85B313; }
span { border-color: rgb(133,179,19); }
td.TdClassName
{
border-color: #85B313;
}
.TagClassName
{
border-color: #85B313;
}
</style>