Shades of Lima #84C522
Tints of Lima #84C522
RGB
CMYK
RGB Variations
Color information
#84C522 (or 0x84C522) is known color: Lima. HEX triplet: 84, C5 and 22. RGB value is (132,197,34). Sum of RGB (Red+Green+Blue) = 132+197+34=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #84C522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C522 is #7B3ADD. Grayscale: #9F9F9F. Windows color (decimal): -8075998 or 2278788. OLE color: 2278788.
HSL color Cylindrical-coordinate representation of color #84C522: hue angle of 83.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84C522 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 34 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.23 |
| HSL | 83.93º | 0.71% | 0.45% | - |
| HSV(B) | 83.93º | 0.83% | 0.77% | - |
| XYZ | 29.77 | 44.95 | 8.62 | - |
| YUV | 158.98 | 57.47 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 34 | 0.33 | 0 | 0.83 | 0.23 | 83.93 | 0.71 | 0.45 |
| Hex | 84 | C5 | 22 | 21 | 0 | 53 | 17 | 54 | 47 | 2D |
| Octal | 204 | 305 | 42 | 41 | 0 | 123 | 27 | 124 | 107 | 55 |
| Binary | 10000100 | 11000101 | 100010 | 100001 | 0 | 1010011 | 10111 | 1010100 | 1000111 | 101101 |
Color Harmonies of #84C522
Complementary color
Monochromatic Colors of #84C522
Black with #84C522
Text Example
Text Example
White with #84C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C522; }
p { color: rgb(132,197,34); }
H1.HeaderClassName
{
color: #84C522;
}
.AnyTagClassName
{
color: #84C522;
}
</style>
background-color css
<style>
a { background-color: #84C522; }
a { background-color: rgb(132,197,34); }
div.DivClassName
{
background-color: #84C522;
}
.BgClassName
{
background-color: #84C522;
}
</style>
border-color css
<style>
span { border-color: #84C522; }
span { border-color: rgb(132,197,34); }
td.TdClassName
{
border-color: #84C522;
}
.TagClassName
{
border-color: #84C522;
}
</style>