Shades of Lima #84BA14
Tints of Lima #84BA14
RGB
CMYK
RGB Variations
Color information
#84BA14 (or 0x84BA14) is known color: Lima. HEX triplet: 84, BA and 14. RGB value is (132,186,20). Sum of RGB (Red+Green+Blue) = 132+186+20=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA14 is #7B45EB. Grayscale: #979797. Windows color (decimal): -8078828 or 1358468. OLE color: 1358468.
HSL color Cylindrical-coordinate representation of color #84BA14: hue angle of 79.52º 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 #84BA14 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 20 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.27 |
| HSL | 79.52º | 0.81% | 0.4% | - |
| HSV(B) | 79.52º | 0.89% | 0.73% | - |
| XYZ | 27.2 | 40.07 | 6.96 | - |
| YUV | 150.93 | 54.11 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 20 | 0.29 | 0 | 0.89 | 0.27 | 79.52 | 0.81 | 0.4 |
| Hex | 84 | BA | 14 | 1D | 0 | 59 | 1B | 50 | 51 | 28 |
| Octal | 204 | 272 | 24 | 35 | 0 | 131 | 33 | 120 | 121 | 50 |
| Binary | 10000100 | 10111010 | 10100 | 11101 | 0 | 1011001 | 11011 | 1010000 | 1010001 | 101000 |
Color Harmonies of #84BA14
Complementary color
Monochromatic Colors of #84BA14
Black with #84BA14
Text Example
Text Example
White with #84BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA14; }
p { color: rgb(132,186,20); }
H1.HeaderClassName
{
color: #84BA14;
}
.AnyTagClassName
{
color: #84BA14;
}
</style>
background-color css
<style>
a { background-color: #84BA14; }
a { background-color: rgb(132,186,20); }
div.DivClassName
{
background-color: #84BA14;
}
.BgClassName
{
background-color: #84BA14;
}
</style>
border-color css
<style>
span { border-color: #84BA14; }
span { border-color: rgb(132,186,20); }
td.TdClassName
{
border-color: #84BA14;
}
.TagClassName
{
border-color: #84BA14;
}
</style>