Shades of Lima #85BF18
Tints of Lima #85BF18
RGB
CMYK
RGB Variations
Color information
#85BF18 (or 0x85BF18) is known color: Lima. HEX triplet: 85, BF and 18. RGB value is (133,191,24). Sum of RGB (Red+Green+Blue) = 133+191+24=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BF18 is #7A40E7. Grayscale: #9B9B9B. Windows color (decimal): -8012008 or 1621893. OLE color: 1621893.
HSL color Cylindrical-coordinate representation of color #85BF18: hue angle of 80.84º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85BF18 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 24 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.25 |
| HSL | 80.84º | 0.78% | 0.42% | - |
| HSV(B) | 80.84º | 0.87% | 0.75% | - |
| XYZ | 28.47 | 42.31 | 7.53 | - |
| YUV | 154.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 24 | 0.30 | 0 | 0.87 | 0.25 | 80.84 | 0.78 | 0.42 |
| Hex | 85 | BF | 18 | 1E | 0 | 57 | 19 | 51 | 4E | 2A |
| Octal | 205 | 277 | 30 | 36 | 0 | 127 | 31 | 121 | 116 | 52 |
| Binary | 10000101 | 10111111 | 11000 | 11110 | 0 | 1010111 | 11001 | 1010001 | 1001110 | 101010 |
Color Harmonies of #85BF18
Complementary color
Monochromatic Colors of #85BF18
Black with #85BF18
Text Example
Text Example
White with #85BF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF18; }
p { color: rgb(133,191,24); }
H1.HeaderClassName
{
color: #85BF18;
}
.AnyTagClassName
{
color: #85BF18;
}
</style>
background-color css
<style>
a { background-color: #85BF18; }
a { background-color: rgb(133,191,24); }
div.DivClassName
{
background-color: #85BF18;
}
.BgClassName
{
background-color: #85BF18;
}
</style>
border-color css
<style>
span { border-color: #85BF18; }
span { border-color: rgb(133,191,24); }
td.TdClassName
{
border-color: #85BF18;
}
.TagClassName
{
border-color: #85BF18;
}
</style>