Shades of Lima #85B50F
Tints of Lima #85B50F
RGB
CMYK
RGB Variations
Color information
#85B50F (or 0x85B50F) is known color: Lima. HEX triplet: 85, B5 and 0F. RGB value is (133,181,15). Sum of RGB (Red+Green+Blue) = 133+181+15=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #85B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B50F is #7A4AF0. Grayscale: #949494. Windows color (decimal): -8014577 or 1029509. OLE color: 1029509.
HSL color Cylindrical-coordinate representation of color #85B50F: hue angle of 77.35º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B50F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.29 |
| HSL | 77.35º | 0.85% | 0.38% | - |
| HSV(B) | 77.35º | 0.92% | 0.71% | - |
| XYZ | 26.28 | 38.07 | 6.41 | - |
| YUV | 147.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 15 | 0.27 | 0 | 0.92 | 0.29 | 77.35 | 0.85 | 0.38 |
| Hex | 85 | B5 | F | 1B | 0 | 5C | 1D | 4D | 55 | 26 |
| Octal | 205 | 265 | 17 | 33 | 0 | 134 | 35 | 115 | 125 | 46 |
| Binary | 10000101 | 10110101 | 1111 | 11011 | 0 | 1011100 | 11101 | 1001101 | 1010101 | 100110 |
Color Harmonies of #85B50F
Complementary color
Monochromatic Colors of #85B50F
Black with #85B50F
Text Example
Text Example
White with #85B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B50F; }
p { color: rgb(133,181,15); }
H1.HeaderClassName
{
color: #85B50F;
}
.AnyTagClassName
{
color: #85B50F;
}
</style>
background-color css
<style>
a { background-color: #85B50F; }
a { background-color: rgb(133,181,15); }
div.DivClassName
{
background-color: #85B50F;
}
.BgClassName
{
background-color: #85B50F;
}
</style>
border-color css
<style>
span { border-color: #85B50F; }
span { border-color: rgb(133,181,15); }
td.TdClassName
{
border-color: #85B50F;
}
.TagClassName
{
border-color: #85B50F;
}
</style>