Shades of Lima #86C01E
Tints of Lima #86C01E
RGB
CMYK
RGB Variations
Color information
#86C01E (or 0x86C01E) is known color: Lima. HEX triplet: 86, C0 and 1E. RGB value is (134,192,30). Sum of RGB (Red+Green+Blue) = 134+192+30=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #86C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C01E is #793FE1. Grayscale: #9C9C9C. Windows color (decimal): -7946210 or 2015366. OLE color: 2015366.
HSL color Cylindrical-coordinate representation of color #86C01E: hue angle of 81.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86C01E is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 30 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.25 |
| HSL | 81.48º | 0.73% | 0.44% | - |
| HSV(B) | 81.48º | 0.84% | 0.75% | - |
| XYZ | 28.92 | 42.86 | 7.98 | - |
| YUV | 156.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 30 | 0.30 | 0 | 0.84 | 0.25 | 81.48 | 0.73 | 0.44 |
| Hex | 86 | C0 | 1E | 1E | 0 | 54 | 19 | 51 | 49 | 2C |
| Octal | 206 | 300 | 36 | 36 | 0 | 124 | 31 | 121 | 111 | 54 |
| Binary | 10000110 | 11000000 | 11110 | 11110 | 0 | 1010100 | 11001 | 1010001 | 1001001 | 101100 |
Color Harmonies of #86C01E
Complementary color
Monochromatic Colors of #86C01E
Black with #86C01E
Text Example
Text Example
White with #86C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C01E; }
p { color: rgb(134,192,30); }
H1.HeaderClassName
{
color: #86C01E;
}
.AnyTagClassName
{
color: #86C01E;
}
</style>
background-color css
<style>
a { background-color: #86C01E; }
a { background-color: rgb(134,192,30); }
div.DivClassName
{
background-color: #86C01E;
}
.BgClassName
{
background-color: #86C01E;
}
</style>
border-color css
<style>
span { border-color: #86C01E; }
span { border-color: rgb(134,192,30); }
td.TdClassName
{
border-color: #86C01E;
}
.TagClassName
{
border-color: #86C01E;
}
</style>