Shades of Lima #86C314
Tints of Lima #86C314
RGB
CMYK
RGB Variations
Color information
#86C314 (or 0x86C314) is known color: Lima. HEX triplet: 86, C3 and 14. RGB value is (134,195,20). Sum of RGB (Red+Green+Blue) = 134+195+20=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #86C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C314 is #793CEB. Grayscale: #9D9D9D. Windows color (decimal): -7945452 or 1360774. OLE color: 1360774.
HSL color Cylindrical-coordinate representation of color #86C314: hue angle of 80.91º degrees, saturation: 0.81, 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 #86C314 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 20 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.24 |
| HSL | 80.91º | 0.81% | 0.42% | - |
| HSV(B) | 80.91º | 0.9% | 0.76% | - |
| XYZ | 29.47 | 44.15 | 7.63 | - |
| YUV | 156.81 | 50.79 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 20 | 0.31 | 0 | 0.90 | 0.24 | 80.91 | 0.81 | 0.42 |
| Hex | 86 | C3 | 14 | 1F | 0 | 5A | 18 | 51 | 51 | 2A |
| Octal | 206 | 303 | 24 | 37 | 0 | 132 | 30 | 121 | 121 | 52 |
| Binary | 10000110 | 11000011 | 10100 | 11111 | 0 | 1011010 | 11000 | 1010001 | 1010001 | 101010 |
Color Harmonies of #86C314
Complementary color
Monochromatic Colors of #86C314
Black with #86C314
Text Example
Text Example
White with #86C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C314; }
p { color: rgb(134,195,20); }
H1.HeaderClassName
{
color: #86C314;
}
.AnyTagClassName
{
color: #86C314;
}
</style>
background-color css
<style>
a { background-color: #86C314; }
a { background-color: rgb(134,195,20); }
div.DivClassName
{
background-color: #86C314;
}
.BgClassName
{
background-color: #86C314;
}
</style>
border-color css
<style>
span { border-color: #86C314; }
span { border-color: rgb(134,195,20); }
td.TdClassName
{
border-color: #86C314;
}
.TagClassName
{
border-color: #86C314;
}
</style>