Shades of Lima #86BF19
Tints of Lima #86BF19
RGB
CMYK
RGB Variations
Color information
#86BF19 (or 0x86BF19) is known color: Lima. HEX triplet: 86, BF and 19. RGB value is (134,191,25). Sum of RGB (Red+Green+Blue) = 134+191+25=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BF19 is #7940E6. Grayscale: #9B9B9B. Windows color (decimal): -7946471 or 1687430. OLE color: 1687430.
HSL color Cylindrical-coordinate representation of color #86BF19: hue angle of 80.6º degrees, saturation: 0.77, 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 #86BF19 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 25 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.25 |
| HSL | 80.6º | 0.77% | 0.42% | - |
| HSV(B) | 80.6º | 0.87% | 0.75% | - |
| XYZ | 28.64 | 42.4 | 7.59 | - |
| YUV | 155.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 25 | 0.30 | 0 | 0.87 | 0.25 | 80.6 | 0.77 | 0.42 |
| Hex | 86 | BF | 19 | 1E | 0 | 57 | 19 | 51 | 4D | 2A |
| Octal | 206 | 277 | 31 | 36 | 0 | 127 | 31 | 121 | 115 | 52 |
| Binary | 10000110 | 10111111 | 11001 | 11110 | 0 | 1010111 | 11001 | 1010001 | 1001101 | 101010 |
Color Harmonies of #86BF19
Complementary color
Monochromatic Colors of #86BF19
Black with #86BF19
Text Example
Text Example
White with #86BF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF19; }
p { color: rgb(134,191,25); }
H1.HeaderClassName
{
color: #86BF19;
}
.AnyTagClassName
{
color: #86BF19;
}
</style>
background-color css
<style>
a { background-color: #86BF19; }
a { background-color: rgb(134,191,25); }
div.DivClassName
{
background-color: #86BF19;
}
.BgClassName
{
background-color: #86BF19;
}
</style>
border-color css
<style>
span { border-color: #86BF19; }
span { border-color: rgb(134,191,25); }
td.TdClassName
{
border-color: #86BF19;
}
.TagClassName
{
border-color: #86BF19;
}
</style>