Shades of Lima #85B30F
Tints of Lima #85B30F
RGB
CMYK
RGB Variations
Color information
#85B30F (or 0x85B30F) is known color: Lima. HEX triplet: 85, B3 and 0F. RGB value is (133,179,15). Sum of RGB (Red+Green+Blue) = 133+179+15=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #85B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B30F is #7A4CF0. Grayscale: #939393. Windows color (decimal): -8015089 or 1028997. OLE color: 1028997.
HSL color Cylindrical-coordinate representation of color #85B30F: hue angle of 76.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B30F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 15 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.30 |
| HSL | 76.83º | 0.85% | 0.38% | - |
| HSV(B) | 76.83º | 0.92% | 0.7% | - |
| XYZ | 25.88 | 37.26 | 6.28 | - |
| YUV | 146.55 | 53.76 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 15 | 0.26 | 0 | 0.92 | 0.30 | 76.83 | 0.85 | 0.38 |
| Hex | 85 | B3 | F | 1A | 0 | 5C | 1E | 4D | 55 | 26 |
| Octal | 205 | 263 | 17 | 32 | 0 | 134 | 36 | 115 | 125 | 46 |
| Binary | 10000101 | 10110011 | 1111 | 11010 | 0 | 1011100 | 11110 | 1001101 | 1010101 | 100110 |
Color Harmonies of #85B30F
Complementary color
Monochromatic Colors of #85B30F
Black with #85B30F
Text Example
Text Example
White with #85B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B30F; }
p { color: rgb(133,179,15); }
H1.HeaderClassName
{
color: #85B30F;
}
.AnyTagClassName
{
color: #85B30F;
}
</style>
background-color css
<style>
a { background-color: #85B30F; }
a { background-color: rgb(133,179,15); }
div.DivClassName
{
background-color: #85B30F;
}
.BgClassName
{
background-color: #85B30F;
}
</style>
border-color css
<style>
span { border-color: #85B30F; }
span { border-color: rgb(133,179,15); }
td.TdClassName
{
border-color: #85B30F;
}
.TagClassName
{
border-color: #85B30F;
}
</style>