Shades of Lima #86C31F
Tints of Lima #86C31F
RGB
CMYK
RGB Variations
Color information
#86C31F (or 0x86C31F) is known color: Lima. HEX triplet: 86, C3 and 1F. RGB value is (134,195,31). Sum of RGB (Red+Green+Blue) = 134+195+31=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #86C31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C31F is #793CE0. Grayscale: #9E9E9E. Windows color (decimal): -7945441 or 2081670. OLE color: 2081670.
HSL color Cylindrical-coordinate representation of color #86C31F: hue angle of 82.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86C31F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 31 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.24 |
| HSL | 82.32º | 0.73% | 0.44% | - |
| HSV(B) | 82.32º | 0.84% | 0.76% | - |
| XYZ | 29.59 | 44.2 | 8.27 | - |
| YUV | 158.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 31 | 0.31 | 0 | 0.84 | 0.24 | 82.32 | 0.73 | 0.44 |
| Hex | 86 | C3 | 1F | 1F | 0 | 54 | 18 | 52 | 49 | 2C |
| Octal | 206 | 303 | 37 | 37 | 0 | 124 | 30 | 122 | 111 | 54 |
| Binary | 10000110 | 11000011 | 11111 | 11111 | 0 | 1010100 | 11000 | 1010010 | 1001001 | 101100 |
Color Harmonies of #86C31F
Complementary color
Monochromatic Colors of #86C31F
Black with #86C31F
Text Example
Text Example
White with #86C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C31F; }
p { color: rgb(134,195,31); }
H1.HeaderClassName
{
color: #86C31F;
}
.AnyTagClassName
{
color: #86C31F;
}
</style>
background-color css
<style>
a { background-color: #86C31F; }
a { background-color: rgb(134,195,31); }
div.DivClassName
{
background-color: #86C31F;
}
.BgClassName
{
background-color: #86C31F;
}
</style>
border-color css
<style>
span { border-color: #86C31F; }
span { border-color: rgb(134,195,31); }
td.TdClassName
{
border-color: #86C31F;
}
.TagClassName
{
border-color: #86C31F;
}
</style>