Shades of Lima #86C40F
Tints of Lima #86C40F
RGB
CMYK
RGB Variations
Color information
#86C40F (or 0x86C40F) is known color: Lima. HEX triplet: 86, C4 and 0F. RGB value is (134,196,15). Sum of RGB (Red+Green+Blue) = 134+196+15=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #86C40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C40F is #793BF0. Grayscale: #9D9D9D. Windows color (decimal): -7945201 or 1033350. OLE color: 1033350.
HSL color Cylindrical-coordinate representation of color #86C40F: hue angle of 80.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86C40F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.23 |
| HSL | 80.55º | 0.86% | 0.41% | - |
| HSV(B) | 80.55º | 0.92% | 0.77% | - |
| XYZ | 29.66 | 44.58 | 7.49 | - |
| YUV | 156.83 | 47.96 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 15 | 0.32 | 0 | 0.92 | 0.23 | 80.55 | 0.86 | 0.41 |
| Hex | 86 | C4 | F | 20 | 0 | 5C | 17 | 51 | 56 | 29 |
| Octal | 206 | 304 | 17 | 40 | 0 | 134 | 27 | 121 | 126 | 51 |
| Binary | 10000110 | 11000100 | 1111 | 100000 | 0 | 1011100 | 10111 | 1010001 | 1010110 | 101001 |
Color Harmonies of #86C40F
Complementary color
Monochromatic Colors of #86C40F
Black with #86C40F
Text Example
Text Example
White with #86C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C40F; }
p { color: rgb(134,196,15); }
H1.HeaderClassName
{
color: #86C40F;
}
.AnyTagClassName
{
color: #86C40F;
}
</style>
background-color css
<style>
a { background-color: #86C40F; }
a { background-color: rgb(134,196,15); }
div.DivClassName
{
background-color: #86C40F;
}
.BgClassName
{
background-color: #86C40F;
}
</style>
border-color css
<style>
span { border-color: #86C40F; }
span { border-color: rgb(134,196,15); }
td.TdClassName
{
border-color: #86C40F;
}
.TagClassName
{
border-color: #86C40F;
}
</style>