Shades of Lima #85B510
Tints of Lima #85B510
RGB
CMYK
RGB Variations
Color information
#85B510 (or 0x85B510) is known color: Lima. HEX triplet: 85, B5 and 10. RGB value is (133,181,16). Sum of RGB (Red+Green+Blue) = 133+181+16=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #85B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B510 is #7A4AEF. Grayscale: #949494. Windows color (decimal): -8014576 or 1095045. OLE color: 1095045.
HSL color Cylindrical-coordinate representation of color #85B510: hue angle of 77.45º degrees, saturation: 0.84, 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 #85B510 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.29 |
| HSL | 77.45º | 0.84% | 0.39% | - |
| HSV(B) | 77.45º | 0.91% | 0.71% | - |
| XYZ | 26.29 | 38.07 | 6.45 | - |
| YUV | 147.84 | 53.6 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 16 | 0.27 | 0 | 0.91 | 0.29 | 77.45 | 0.84 | 0.39 |
| Hex | 85 | B5 | 10 | 1B | 0 | 5B | 1D | 4D | 54 | 27 |
| Octal | 205 | 265 | 20 | 33 | 0 | 133 | 35 | 115 | 124 | 47 |
| Binary | 10000101 | 10110101 | 10000 | 11011 | 0 | 1011011 | 11101 | 1001101 | 1010100 | 100111 |
Color Harmonies of #85B510
Complementary color
Monochromatic Colors of #85B510
Black with #85B510
Text Example
Text Example
White with #85B510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B510; }
p { color: rgb(133,181,16); }
H1.HeaderClassName
{
color: #85B510;
}
.AnyTagClassName
{
color: #85B510;
}
</style>
background-color css
<style>
a { background-color: #85B510; }
a { background-color: rgb(133,181,16); }
div.DivClassName
{
background-color: #85B510;
}
.BgClassName
{
background-color: #85B510;
}
</style>
border-color css
<style>
span { border-color: #85B510; }
span { border-color: rgb(133,181,16); }
td.TdClassName
{
border-color: #85B510;
}
.TagClassName
{
border-color: #85B510;
}
</style>