Shades of Lima #85B712
Tints of Lima #85B712
RGB
CMYK
RGB Variations
Color information
#85B712 (or 0x85B712) is known color: Lima. HEX triplet: 85, B7 and 12. RGB value is (133,183,18). Sum of RGB (Red+Green+Blue) = 133+183+18=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #85B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B712 is #7A48ED. Grayscale: #959595. Windows color (decimal): -8014062 or 1226629. OLE color: 1226629.
HSL color Cylindrical-coordinate representation of color #85B712: hue angle of 78.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85B712 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 18 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.28 |
| HSL | 78.18º | 0.82% | 0.39% | - |
| HSV(B) | 78.18º | 0.9% | 0.72% | - |
| XYZ | 26.72 | 38.9 | 6.67 | - |
| YUV | 149.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 18 | 0.27 | 0 | 0.90 | 0.28 | 78.18 | 0.82 | 0.39 |
| Hex | 85 | B7 | 12 | 1B | 0 | 5A | 1C | 4E | 52 | 27 |
| Octal | 205 | 267 | 22 | 33 | 0 | 132 | 34 | 116 | 122 | 47 |
| Binary | 10000101 | 10110111 | 10010 | 11011 | 0 | 1011010 | 11100 | 1001110 | 1010010 | 100111 |
Color Harmonies of #85B712
Complementary color
Monochromatic Colors of #85B712
Black with #85B712
Text Example
Text Example
White with #85B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B712; }
p { color: rgb(133,183,18); }
H1.HeaderClassName
{
color: #85B712;
}
.AnyTagClassName
{
color: #85B712;
}
</style>
background-color css
<style>
a { background-color: #85B712; }
a { background-color: rgb(133,183,18); }
div.DivClassName
{
background-color: #85B712;
}
.BgClassName
{
background-color: #85B712;
}
</style>
border-color css
<style>
span { border-color: #85B712; }
span { border-color: rgb(133,183,18); }
td.TdClassName
{
border-color: #85B712;
}
.TagClassName
{
border-color: #85B712;
}
</style>