Shades of Lima #82BA14
Tints of Lima #82BA14
RGB
CMYK
RGB Variations
Color information
#82BA14 (or 0x82BA14) is known color: Lima. HEX triplet: 82, BA and 14. RGB value is (130,186,20). Sum of RGB (Red+Green+Blue) = 130+186+20=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BA14 is #7D45EB. Grayscale: #969696. Windows color (decimal): -8209900 or 1358466. OLE color: 1358466.
HSL color Cylindrical-coordinate representation of color #82BA14: hue angle of 80.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82BA14 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 20 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.27 |
| HSL | 80.24º | 0.81% | 0.4% | - |
| HSV(B) | 80.24º | 0.89% | 0.73% | - |
| XYZ | 26.89 | 39.91 | 6.95 | - |
| YUV | 150.33 | 54.45 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 20 | 0.30 | 0 | 0.89 | 0.27 | 80.24 | 0.81 | 0.4 |
| Hex | 82 | BA | 14 | 1E | 0 | 59 | 1B | 50 | 51 | 28 |
| Octal | 202 | 272 | 24 | 36 | 0 | 131 | 33 | 120 | 121 | 50 |
| Binary | 10000010 | 10111010 | 10100 | 11110 | 0 | 1011001 | 11011 | 1010000 | 1010001 | 101000 |
Color Harmonies of #82BA14
Complementary color
Monochromatic Colors of #82BA14
Black with #82BA14
Text Example
Text Example
White with #82BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA14; }
p { color: rgb(130,186,20); }
H1.HeaderClassName
{
color: #82BA14;
}
.AnyTagClassName
{
color: #82BA14;
}
</style>
background-color css
<style>
a { background-color: #82BA14; }
a { background-color: rgb(130,186,20); }
div.DivClassName
{
background-color: #82BA14;
}
.BgClassName
{
background-color: #82BA14;
}
</style>
border-color css
<style>
span { border-color: #82BA14; }
span { border-color: rgb(130,186,20); }
td.TdClassName
{
border-color: #82BA14;
}
.TagClassName
{
border-color: #82BA14;
}
</style>