Shades of Lima #85B70C
Tints of Lima #85B70C
RGB
CMYK
RGB Variations
Color information
#85B70C (or 0x85B70C) is known color: Lima. HEX triplet: 85, B7 and 0C. RGB value is (133,183,12). Sum of RGB (Red+Green+Blue) = 133+183+12=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #85B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B70C is #7A48F3. Grayscale: #959595. Windows color (decimal): -8014068 or 833413. OLE color: 833413.
HSL color Cylindrical-coordinate representation of color #85B70C: hue angle of 77.54º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85B70C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 12 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.28 |
| HSL | 77.54º | 0.88% | 0.38% | - |
| HSV(B) | 77.54º | 0.93% | 0.72% | - |
| XYZ | 26.67 | 38.88 | 6.45 | - |
| YUV | 148.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 12 | 0.27 | 0 | 0.93 | 0.28 | 77.54 | 0.88 | 0.38 |
| Hex | 85 | B7 | C | 1B | 0 | 5D | 1C | 4E | 58 | 26 |
| Octal | 205 | 267 | 14 | 33 | 0 | 135 | 34 | 116 | 130 | 46 |
| Binary | 10000101 | 10110111 | 1100 | 11011 | 0 | 1011101 | 11100 | 1001110 | 1011000 | 100110 |
Color Harmonies of #85B70C
Complementary color
Monochromatic Colors of #85B70C
Black with #85B70C
Text Example
Text Example
White with #85B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B70C; }
p { color: rgb(133,183,12); }
H1.HeaderClassName
{
color: #85B70C;
}
.AnyTagClassName
{
color: #85B70C;
}
</style>
background-color css
<style>
a { background-color: #85B70C; }
a { background-color: rgb(133,183,12); }
div.DivClassName
{
background-color: #85B70C;
}
.BgClassName
{
background-color: #85B70C;
}
</style>
border-color css
<style>
span { border-color: #85B70C; }
span { border-color: rgb(133,183,12); }
td.TdClassName
{
border-color: #85B70C;
}
.TagClassName
{
border-color: #85B70C;
}
</style>