Shades of Lima #86C113
Tints of Lima #86C113
RGB
CMYK
RGB Variations
Color information
#86C113 (or 0x86C113) is known color: Lima. HEX triplet: 86, C1 and 13. RGB value is (134,193,19). Sum of RGB (Red+Green+Blue) = 134+193+19=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #86C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C113 is #793EEC. Grayscale: #9C9C9C. Windows color (decimal): -7945965 or 1294726. OLE color: 1294726.
HSL color Cylindrical-coordinate representation of color #86C113: hue angle of 80.34º 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 #86C113 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 19 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.24 |
| HSL | 80.34º | 0.82% | 0.42% | - |
| HSV(B) | 80.34º | 0.9% | 0.76% | - |
| XYZ | 29.02 | 43.26 | 7.44 | - |
| YUV | 155.52 | 50.95 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 19 | 0.31 | 0 | 0.90 | 0.24 | 80.34 | 0.82 | 0.42 |
| Hex | 86 | C1 | 13 | 1F | 0 | 5A | 18 | 50 | 52 | 2A |
| Octal | 206 | 301 | 23 | 37 | 0 | 132 | 30 | 120 | 122 | 52 |
| Binary | 10000110 | 11000001 | 10011 | 11111 | 0 | 1011010 | 11000 | 1010000 | 1010010 | 101010 |
Color Harmonies of #86C113
Complementary color
Monochromatic Colors of #86C113
Black with #86C113
Text Example
Text Example
White with #86C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C113; }
p { color: rgb(134,193,19); }
H1.HeaderClassName
{
color: #86C113;
}
.AnyTagClassName
{
color: #86C113;
}
</style>
background-color css
<style>
a { background-color: #86C113; }
a { background-color: rgb(134,193,19); }
div.DivClassName
{
background-color: #86C113;
}
.BgClassName
{
background-color: #86C113;
}
</style>
border-color css
<style>
span { border-color: #86C113; }
span { border-color: rgb(134,193,19); }
td.TdClassName
{
border-color: #86C113;
}
.TagClassName
{
border-color: #86C113;
}
</style>