Shades of Lima #85B911
Tints of Lima #85B911
RGB
CMYK
RGB Variations
Color information
#85B911 (or 0x85B911) is known color: Lima. HEX triplet: 85, B9 and 11. RGB value is (133,185,17). Sum of RGB (Red+Green+Blue) = 133+185+17=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #85B911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B911 is #7A46EE. Grayscale: #969696. Windows color (decimal): -8013551 or 1161605. OLE color: 1161605.
HSL color Cylindrical-coordinate representation of color #85B911: hue angle of 78.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85B911 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 17 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.27 |
| HSL | 78.57º | 0.83% | 0.4% | - |
| HSV(B) | 78.57º | 0.91% | 0.73% | - |
| XYZ | 27.12 | 39.72 | 6.77 | - |
| YUV | 150.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 17 | 0.28 | 0 | 0.91 | 0.27 | 78.57 | 0.83 | 0.4 |
| Hex | 85 | B9 | 11 | 1C | 0 | 5B | 1B | 4F | 53 | 28 |
| Octal | 205 | 271 | 21 | 34 | 0 | 133 | 33 | 117 | 123 | 50 |
| Binary | 10000101 | 10111001 | 10001 | 11100 | 0 | 1011011 | 11011 | 1001111 | 1010011 | 101000 |
Color Harmonies of #85B911
Complementary color
Monochromatic Colors of #85B911
Black with #85B911
Text Example
Text Example
White with #85B911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B911; }
p { color: rgb(133,185,17); }
H1.HeaderClassName
{
color: #85B911;
}
.AnyTagClassName
{
color: #85B911;
}
</style>
background-color css
<style>
a { background-color: #85B911; }
a { background-color: rgb(133,185,17); }
div.DivClassName
{
background-color: #85B911;
}
.BgClassName
{
background-color: #85B911;
}
</style>
border-color css
<style>
span { border-color: #85B911; }
span { border-color: rgb(133,185,17); }
td.TdClassName
{
border-color: #85B911;
}
.TagClassName
{
border-color: #85B911;
}
</style>