Shades of Lima #85B411
Tints of Lima #85B411
RGB
CMYK
RGB Variations
Color information
#85B411 (or 0x85B411) is known color: Lima. HEX triplet: 85, B4 and 11. RGB value is (133,180,17). Sum of RGB (Red+Green+Blue) = 133+180+17=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #85B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B411 is #7A4BEE. Grayscale: #939393. Windows color (decimal): -8014831 or 1160325. OLE color: 1160325.
HSL color Cylindrical-coordinate representation of color #85B411: hue angle of 77.3º 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 #85B411 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 17 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.29 |
| HSL | 77.3º | 0.83% | 0.39% | - |
| HSV(B) | 77.3º | 0.91% | 0.71% | - |
| XYZ | 26.1 | 37.67 | 6.43 | - |
| YUV | 147.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 17 | 0.26 | 0 | 0.91 | 0.29 | 77.3 | 0.83 | 0.39 |
| Hex | 85 | B4 | 11 | 1A | 0 | 5B | 1D | 4D | 53 | 27 |
| Octal | 205 | 264 | 21 | 32 | 0 | 133 | 35 | 115 | 123 | 47 |
| Binary | 10000101 | 10110100 | 10001 | 11010 | 0 | 1011011 | 11101 | 1001101 | 1010011 | 100111 |
Color Harmonies of #85B411
Complementary color
Monochromatic Colors of #85B411
Black with #85B411
Text Example
Text Example
White with #85B411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B411; }
p { color: rgb(133,180,17); }
H1.HeaderClassName
{
color: #85B411;
}
.AnyTagClassName
{
color: #85B411;
}
</style>
background-color css
<style>
a { background-color: #85B411; }
a { background-color: rgb(133,180,17); }
div.DivClassName
{
background-color: #85B411;
}
.BgClassName
{
background-color: #85B411;
}
</style>
border-color css
<style>
span { border-color: #85B411; }
span { border-color: rgb(133,180,17); }
td.TdClassName
{
border-color: #85B411;
}
.TagClassName
{
border-color: #85B411;
}
</style>