Shades of Lima #85B511
Tints of Lima #85B511
RGB
CMYK
RGB Variations
Color information
#85B511 (or 0x85B511) is known color: Lima. HEX triplet: 85, B5 and 11. RGB value is (133,181,17). Sum of RGB (Red+Green+Blue) = 133+181+17=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #85B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B511 is #7A4AEE. Grayscale: #949494. Windows color (decimal): -8014575 or 1160581. OLE color: 1160581.
HSL color Cylindrical-coordinate representation of color #85B511: hue angle of 77.56º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85B511 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 17 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.29 |
| HSL | 77.56º | 0.83% | 0.39% | - |
| HSV(B) | 77.56º | 0.91% | 0.71% | - |
| XYZ | 26.3 | 38.07 | 6.49 | - |
| YUV | 147.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 17 | 0.27 | 0 | 0.91 | 0.29 | 77.56 | 0.83 | 0.39 |
| Hex | 85 | B5 | 11 | 1B | 0 | 5B | 1D | 4E | 53 | 27 |
| Octal | 205 | 265 | 21 | 33 | 0 | 133 | 35 | 116 | 123 | 47 |
| Binary | 10000101 | 10110101 | 10001 | 11011 | 0 | 1011011 | 11101 | 1001110 | 1010011 | 100111 |
Color Harmonies of #85B511
Complementary color
Monochromatic Colors of #85B511
Black with #85B511
Text Example
Text Example
White with #85B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B511; }
p { color: rgb(133,181,17); }
H1.HeaderClassName
{
color: #85B511;
}
.AnyTagClassName
{
color: #85B511;
}
</style>
background-color css
<style>
a { background-color: #85B511; }
a { background-color: rgb(133,181,17); }
div.DivClassName
{
background-color: #85B511;
}
.BgClassName
{
background-color: #85B511;
}
</style>
border-color css
<style>
span { border-color: #85B511; }
span { border-color: rgb(133,181,17); }
td.TdClassName
{
border-color: #85B511;
}
.TagClassName
{
border-color: #85B511;
}
</style>