Shades of Lima #85BA1E
Tints of Lima #85BA1E
RGB
CMYK
RGB Variations
Color information
#85BA1E (or 0x85BA1E) is known color: Lima. HEX triplet: 85, BA and 1E. RGB value is (133,186,30). Sum of RGB (Red+Green+Blue) = 133+186+30=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA1E is #7A45E1. Grayscale: #989898. Windows color (decimal): -8013282 or 2013829. OLE color: 2013829.
HSL color Cylindrical-coordinate representation of color #85BA1E: hue angle of 80.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85BA1E is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 30 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.27 |
| HSL | 80.38º | 0.72% | 0.42% | - |
| HSV(B) | 80.38º | 0.84% | 0.73% | - |
| XYZ | 27.47 | 40.2 | 7.54 | - |
| YUV | 152.37 | 58.94 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 30 | 0.28 | 0 | 0.84 | 0.27 | 80.38 | 0.72 | 0.42 |
| Hex | 85 | BA | 1E | 1C | 0 | 54 | 1B | 50 | 48 | 2A |
| Octal | 205 | 272 | 36 | 34 | 0 | 124 | 33 | 120 | 110 | 52 |
| Binary | 10000101 | 10111010 | 11110 | 11100 | 0 | 1010100 | 11011 | 1010000 | 1001000 | 101010 |
Color Harmonies of #85BA1E
Complementary color
Monochromatic Colors of #85BA1E
Black with #85BA1E
Text Example
Text Example
White with #85BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA1E; }
p { color: rgb(133,186,30); }
H1.HeaderClassName
{
color: #85BA1E;
}
.AnyTagClassName
{
color: #85BA1E;
}
</style>
background-color css
<style>
a { background-color: #85BA1E; }
a { background-color: rgb(133,186,30); }
div.DivClassName
{
background-color: #85BA1E;
}
.BgClassName
{
background-color: #85BA1E;
}
</style>
border-color css
<style>
span { border-color: #85BA1E; }
span { border-color: rgb(133,186,30); }
td.TdClassName
{
border-color: #85BA1E;
}
.TagClassName
{
border-color: #85BA1E;
}
</style>