Shades of Lima #85B70F
Tints of Lima #85B70F
RGB
CMYK
RGB Variations
Color information
#85B70F (or 0x85B70F) is known color: Lima. HEX triplet: 85, B7 and 0F. RGB value is (133,183,15). Sum of RGB (Red+Green+Blue) = 133+183+15=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #85B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B70F is #7A48F0. Grayscale: #959595. Windows color (decimal): -8014065 or 1030021. OLE color: 1030021.
HSL color Cylindrical-coordinate representation of color #85B70F: hue angle of 77.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B70F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.28 |
| HSL | 77.86º | 0.85% | 0.39% | - |
| HSV(B) | 77.86º | 0.92% | 0.72% | - |
| XYZ | 26.69 | 38.89 | 6.55 | - |
| YUV | 148.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 15 | 0.27 | 0 | 0.92 | 0.28 | 77.86 | 0.85 | 0.39 |
| Hex | 85 | B7 | F | 1B | 0 | 5C | 1C | 4E | 55 | 27 |
| Octal | 205 | 267 | 17 | 33 | 0 | 134 | 34 | 116 | 125 | 47 |
| Binary | 10000101 | 10110111 | 1111 | 11011 | 0 | 1011100 | 11100 | 1001110 | 1010101 | 100111 |
Color Harmonies of #85B70F
Complementary color
Monochromatic Colors of #85B70F
Black with #85B70F
Text Example
Text Example
White with #85B70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B70F; }
p { color: rgb(133,183,15); }
H1.HeaderClassName
{
color: #85B70F;
}
.AnyTagClassName
{
color: #85B70F;
}
</style>
background-color css
<style>
a { background-color: #85B70F; }
a { background-color: rgb(133,183,15); }
div.DivClassName
{
background-color: #85B70F;
}
.BgClassName
{
background-color: #85B70F;
}
</style>
border-color css
<style>
span { border-color: #85B70F; }
span { border-color: rgb(133,183,15); }
td.TdClassName
{
border-color: #85B70F;
}
.TagClassName
{
border-color: #85B70F;
}
</style>