Shades of Lima #86C313
Tints of Lima #86C313
RGB
CMYK
RGB Variations
Color information
#86C313 (or 0x86C313) is known color: Lima. HEX triplet: 86, C3 and 13. RGB value is (134,195,19). Sum of RGB (Red+Green+Blue) = 134+195+19=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #86C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C313 is #793CEC. Grayscale: #9D9D9D. Windows color (decimal): -7945453 or 1295238. OLE color: 1295238.
HSL color Cylindrical-coordinate representation of color #86C313: hue angle of 80.8º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86C313 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 19 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.24 |
| HSL | 80.8º | 0.82% | 0.42% | - |
| HSV(B) | 80.8º | 0.9% | 0.76% | - |
| XYZ | 29.46 | 44.15 | 7.58 | - |
| YUV | 156.7 | 50.29 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 19 | 0.31 | 0 | 0.90 | 0.24 | 80.8 | 0.82 | 0.42 |
| Hex | 86 | C3 | 13 | 1F | 0 | 5A | 18 | 51 | 52 | 2A |
| Octal | 206 | 303 | 23 | 37 | 0 | 132 | 30 | 121 | 122 | 52 |
| Binary | 10000110 | 11000011 | 10011 | 11111 | 0 | 1011010 | 11000 | 1010001 | 1010010 | 101010 |
Color Harmonies of #86C313
Complementary color
Monochromatic Colors of #86C313
Black with #86C313
Text Example
Text Example
White with #86C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C313; }
p { color: rgb(134,195,19); }
H1.HeaderClassName
{
color: #86C313;
}
.AnyTagClassName
{
color: #86C313;
}
</style>
background-color css
<style>
a { background-color: #86C313; }
a { background-color: rgb(134,195,19); }
div.DivClassName
{
background-color: #86C313;
}
.BgClassName
{
background-color: #86C313;
}
</style>
border-color css
<style>
span { border-color: #86C313; }
span { border-color: rgb(134,195,19); }
td.TdClassName
{
border-color: #86C313;
}
.TagClassName
{
border-color: #86C313;
}
</style>