Shades of Lima #86C312
Tints of Lima #86C312
RGB
CMYK
RGB Variations
Color information
#86C312 (or 0x86C312) is known color: Lima. HEX triplet: 86, C3 and 12. RGB value is (134,195,18). Sum of RGB (Red+Green+Blue) = 134+195+18=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #86C312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C312 is #793CED. Grayscale: #9D9D9D. Windows color (decimal): -7945454 or 1229702. OLE color: 1229702.
HSL color Cylindrical-coordinate representation of color #86C312: hue angle of 80.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86C312 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 18 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.24 |
| HSL | 80.68º | 0.83% | 0.42% | - |
| HSV(B) | 80.68º | 0.91% | 0.76% | - |
| XYZ | 29.46 | 44.14 | 7.54 | - |
| YUV | 156.58 | 49.79 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 18 | 0.31 | 0 | 0.91 | 0.24 | 80.68 | 0.83 | 0.42 |
| Hex | 86 | C3 | 12 | 1F | 0 | 5B | 18 | 51 | 53 | 2A |
| Octal | 206 | 303 | 22 | 37 | 0 | 133 | 30 | 121 | 123 | 52 |
| Binary | 10000110 | 11000011 | 10010 | 11111 | 0 | 1011011 | 11000 | 1010001 | 1010011 | 101010 |
Color Harmonies of #86C312
Complementary color
Monochromatic Colors of #86C312
Black with #86C312
Text Example
Text Example
White with #86C312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C312; }
p { color: rgb(134,195,18); }
H1.HeaderClassName
{
color: #86C312;
}
.AnyTagClassName
{
color: #86C312;
}
</style>
background-color css
<style>
a { background-color: #86C312; }
a { background-color: rgb(134,195,18); }
div.DivClassName
{
background-color: #86C312;
}
.BgClassName
{
background-color: #86C312;
}
</style>
border-color css
<style>
span { border-color: #86C312; }
span { border-color: rgb(134,195,18); }
td.TdClassName
{
border-color: #86C312;
}
.TagClassName
{
border-color: #86C312;
}
</style>