Shades of Lima #86C915
Tints of Lima #86C915
RGB
CMYK
RGB Variations
Color information
#86C915 (or 0x86C915) is known color: Lima. HEX triplet: 86, C9 and 15. RGB value is (134,201,21). Sum of RGB (Red+Green+Blue) = 134+201+21=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #86C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C915 is #7936EA. Grayscale: #A1A1A1. Windows color (decimal): -7943915 or 1427846. OLE color: 1427846.
HSL color Cylindrical-coordinate representation of color #86C915: hue angle of 82.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86C915 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 21 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.21 |
| HSL | 82.33º | 0.81% | 0.44% | - |
| HSV(B) | 82.33º | 0.9% | 0.79% | - |
| XYZ | 30.85 | 46.9 | 8.14 | - |
| YUV | 160.45 | 49.3 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 21 | 0.33 | 0 | 0.90 | 0.21 | 82.33 | 0.81 | 0.44 |
| Hex | 86 | C9 | 15 | 21 | 0 | 5A | 15 | 52 | 51 | 2C |
| Octal | 206 | 311 | 25 | 41 | 0 | 132 | 25 | 122 | 121 | 54 |
| Binary | 10000110 | 11001001 | 10101 | 100001 | 0 | 1011010 | 10101 | 1010010 | 1010001 | 101100 |
Color Harmonies of #86C915
Complementary color
Monochromatic Colors of #86C915
Black with #86C915
Text Example
Text Example
White with #86C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C915; }
p { color: rgb(134,201,21); }
H1.HeaderClassName
{
color: #86C915;
}
.AnyTagClassName
{
color: #86C915;
}
</style>
background-color css
<style>
a { background-color: #86C915; }
a { background-color: rgb(134,201,21); }
div.DivClassName
{
background-color: #86C915;
}
.BgClassName
{
background-color: #86C915;
}
</style>
border-color css
<style>
span { border-color: #86C915; }
span { border-color: rgb(134,201,21); }
td.TdClassName
{
border-color: #86C915;
}
.TagClassName
{
border-color: #86C915;
}
</style>