Shades of Lima #86C010
Tints of Lima #86C010
RGB
CMYK
RGB Variations
Color information
#86C010 (or 0x86C010) is known color: Lima. HEX triplet: 86, C0 and 10. RGB value is (134,192,16). Sum of RGB (Red+Green+Blue) = 134+192+16=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #86C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C010 is #793FEF. Grayscale: #9B9B9B. Windows color (decimal): -7946224 or 1097862. OLE color: 1097862.
HSL color Cylindrical-coordinate representation of color #86C010: hue angle of 79.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86C010 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.25 |
| HSL | 79.77º | 0.85% | 0.41% | - |
| HSV(B) | 79.77º | 0.92% | 0.75% | - |
| XYZ | 28.77 | 42.81 | 7.24 | - |
| YUV | 154.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 16 | 0.30 | 0 | 0.92 | 0.25 | 79.77 | 0.85 | 0.41 |
| Hex | 86 | C0 | 10 | 1E | 0 | 5C | 19 | 50 | 55 | 29 |
| Octal | 206 | 300 | 20 | 36 | 0 | 134 | 31 | 120 | 125 | 51 |
| Binary | 10000110 | 11000000 | 10000 | 11110 | 0 | 1011100 | 11001 | 1010000 | 1010101 | 101001 |
Color Harmonies of #86C010
Complementary color
Monochromatic Colors of #86C010
Black with #86C010
Text Example
Text Example
White with #86C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C010; }
p { color: rgb(134,192,16); }
H1.HeaderClassName
{
color: #86C010;
}
.AnyTagClassName
{
color: #86C010;
}
</style>
background-color css
<style>
a { background-color: #86C010; }
a { background-color: rgb(134,192,16); }
div.DivClassName
{
background-color: #86C010;
}
.BgClassName
{
background-color: #86C010;
}
</style>
border-color css
<style>
span { border-color: #86C010; }
span { border-color: rgb(134,192,16); }
td.TdClassName
{
border-color: #86C010;
}
.TagClassName
{
border-color: #86C010;
}
</style>