Shades of Lima #85BC1F
Tints of Lima #85BC1F
RGB
CMYK
RGB Variations
Color information
#85BC1F (or 0x85BC1F) is known color: Lima. HEX triplet: 85, BC and 1F. RGB value is (133,188,31). Sum of RGB (Red+Green+Blue) = 133+188+31=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC1F is #7A43E0. Grayscale: #9A9A9A. Windows color (decimal): -8012769 or 2079877. OLE color: 2079877.
HSL color Cylindrical-coordinate representation of color #85BC1F: hue angle of 81.02º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85BC1F is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 31 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.26 |
| HSL | 81.02º | 0.72% | 0.43% | - |
| HSV(B) | 81.02º | 0.84% | 0.74% | - |
| XYZ | 27.9 | 41.05 | 7.75 | - |
| YUV | 153.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 31 | 0.29 | 0 | 0.84 | 0.26 | 81.02 | 0.72 | 0.43 |
| Hex | 85 | BC | 1F | 1D | 0 | 54 | 1A | 51 | 48 | 2B |
| Octal | 205 | 274 | 37 | 35 | 0 | 124 | 32 | 121 | 110 | 53 |
| Binary | 10000101 | 10111100 | 11111 | 11101 | 0 | 1010100 | 11010 | 1010001 | 1001000 | 101011 |
Color Harmonies of #85BC1F
Complementary color
Monochromatic Colors of #85BC1F
Black with #85BC1F
Text Example
Text Example
White with #85BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC1F; }
p { color: rgb(133,188,31); }
H1.HeaderClassName
{
color: #85BC1F;
}
.AnyTagClassName
{
color: #85BC1F;
}
</style>
background-color css
<style>
a { background-color: #85BC1F; }
a { background-color: rgb(133,188,31); }
div.DivClassName
{
background-color: #85BC1F;
}
.BgClassName
{
background-color: #85BC1F;
}
</style>
border-color css
<style>
span { border-color: #85BC1F; }
span { border-color: rgb(133,188,31); }
td.TdClassName
{
border-color: #85BC1F;
}
.TagClassName
{
border-color: #85BC1F;
}
</style>