Shades of Lima #84C510
Tints of Lima #84C510
RGB
CMYK
RGB Variations
Color information
#84C510 (or 0x84C510) is known color: Lima. HEX triplet: 84, C5 and 10. RGB value is (132,197,16). Sum of RGB (Red+Green+Blue) = 132+197+16=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #84C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C510 is #7B3AEF. Grayscale: #9D9D9D. Windows color (decimal): -8076016 or 1099140. OLE color: 1099140.
HSL color Cylindrical-coordinate representation of color #84C510: hue angle of 81.55º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84C510 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 16 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.23 |
| HSL | 81.55º | 0.85% | 0.42% | - |
| HSV(B) | 81.55º | 0.92% | 0.77% | - |
| XYZ | 29.58 | 44.88 | 7.59 | - |
| YUV | 156.93 | 48.47 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 16 | 0.33 | 0 | 0.92 | 0.23 | 81.55 | 0.85 | 0.42 |
| Hex | 84 | C5 | 10 | 21 | 0 | 5C | 17 | 52 | 55 | 2A |
| Octal | 204 | 305 | 20 | 41 | 0 | 134 | 27 | 122 | 125 | 52 |
| Binary | 10000100 | 11000101 | 10000 | 100001 | 0 | 1011100 | 10111 | 1010010 | 1010101 | 101010 |
Color Harmonies of #84C510
Complementary color
Monochromatic Colors of #84C510
Black with #84C510
Text Example
Text Example
White with #84C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C510; }
p { color: rgb(132,197,16); }
H1.HeaderClassName
{
color: #84C510;
}
.AnyTagClassName
{
color: #84C510;
}
</style>
background-color css
<style>
a { background-color: #84C510; }
a { background-color: rgb(132,197,16); }
div.DivClassName
{
background-color: #84C510;
}
.BgClassName
{
background-color: #84C510;
}
</style>
border-color css
<style>
span { border-color: #84C510; }
span { border-color: rgb(132,197,16); }
td.TdClassName
{
border-color: #84C510;
}
.TagClassName
{
border-color: #84C510;
}
</style>