Shades of Lima #86CA13
Tints of Lima #86CA13
RGB
CMYK
RGB Variations
Color information
#86CA13 (or 0x86CA13) is known color: Lima. HEX triplet: 86, CA and 13. RGB value is (134,202,19). Sum of RGB (Red+Green+Blue) = 134+202+19=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CA13 is #7935EC. Grayscale: #A1A1A1. Windows color (decimal): -7943661 or 1297030. OLE color: 1297030.
HSL color Cylindrical-coordinate representation of color #86CA13: hue angle of 82.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86CA13 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 19 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.21 |
| HSL | 82.3º | 0.83% | 0.43% | - |
| HSV(B) | 82.3º | 0.91% | 0.79% | - |
| XYZ | 31.07 | 47.36 | 8.12 | - |
| YUV | 160.81 | 47.97 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 19 | 0.34 | 0 | 0.91 | 0.21 | 82.3 | 0.83 | 0.43 |
| Hex | 86 | CA | 13 | 22 | 0 | 5B | 15 | 52 | 53 | 2B |
| Octal | 206 | 312 | 23 | 42 | 0 | 133 | 25 | 122 | 123 | 53 |
| Binary | 10000110 | 11001010 | 10011 | 100010 | 0 | 1011011 | 10101 | 1010010 | 1010011 | 101011 |
Color Harmonies of #86CA13
Complementary color
Monochromatic Colors of #86CA13
Black with #86CA13
Text Example
Text Example
White with #86CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA13; }
p { color: rgb(134,202,19); }
H1.HeaderClassName
{
color: #86CA13;
}
.AnyTagClassName
{
color: #86CA13;
}
</style>
background-color css
<style>
a { background-color: #86CA13; }
a { background-color: rgb(134,202,19); }
div.DivClassName
{
background-color: #86CA13;
}
.BgClassName
{
background-color: #86CA13;
}
</style>
border-color css
<style>
span { border-color: #86CA13; }
span { border-color: rgb(134,202,19); }
td.TdClassName
{
border-color: #86CA13;
}
.TagClassName
{
border-color: #86CA13;
}
</style>