Shades of Lima #86CB14
Tints of Lima #86CB14
RGB
CMYK
RGB Variations
Color information
#86CB14 (or 0x86CB14) is known color: Lima. HEX triplet: 86, CB and 14. RGB value is (134,203,20). Sum of RGB (Red+Green+Blue) = 134+203+20=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CB14 is #7934EB. Grayscale: #A2A2A2. Windows color (decimal): -7943404 or 1362822. OLE color: 1362822.
HSL color Cylindrical-coordinate representation of color #86CB14: hue angle of 82.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86CB14 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 20 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.20 |
| HSL | 82.62º | 0.82% | 0.44% | - |
| HSV(B) | 82.62º | 0.9% | 0.8% | - |
| XYZ | 31.31 | 47.83 | 8.24 | - |
| YUV | 161.51 | 48.14 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 20 | 0.34 | 0 | 0.90 | 0.20 | 82.62 | 0.82 | 0.44 |
| Hex | 86 | CB | 14 | 22 | 0 | 5A | 14 | 53 | 52 | 2C |
| Octal | 206 | 313 | 24 | 42 | 0 | 132 | 24 | 123 | 122 | 54 |
| Binary | 10000110 | 11001011 | 10100 | 100010 | 0 | 1011010 | 10100 | 1010011 | 1010010 | 101100 |
Color Harmonies of #86CB14
Complementary color
Monochromatic Colors of #86CB14
Black with #86CB14
Text Example
Text Example
White with #86CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB14; }
p { color: rgb(134,203,20); }
H1.HeaderClassName
{
color: #86CB14;
}
.AnyTagClassName
{
color: #86CB14;
}
</style>
background-color css
<style>
a { background-color: #86CB14; }
a { background-color: rgb(134,203,20); }
div.DivClassName
{
background-color: #86CB14;
}
.BgClassName
{
background-color: #86CB14;
}
</style>
border-color css
<style>
span { border-color: #86CB14; }
span { border-color: rgb(134,203,20); }
td.TdClassName
{
border-color: #86CB14;
}
.TagClassName
{
border-color: #86CB14;
}
</style>