Shades of Lima #7ABA32
Tints of Lima #7ABA32
RGB
CMYK
RGB Variations
Color information
#7ABA32 (or 0x7ABA32) is known color: Lima. HEX triplet: 7A, BA and 32. RGB value is (122,186,50). Sum of RGB (Red+Green+Blue) = 122+186+50=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA32 is #8545CD. Grayscale: #979797. Windows color (decimal): -8734158 or 3324538. OLE color: 3324538.
HSL color Cylindrical-coordinate representation of color #7ABA32: hue angle of 88.24º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ABA32 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 50 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.27 |
| HSL | 88.24º | 0.58% | 0.46% | - |
| HSV(B) | 88.24º | 0.73% | 0.73% | - |
| XYZ | 26.16 | 39.49 | 9.26 | - |
| YUV | 151.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 50 | 0.34 | 0 | 0.73 | 0.27 | 88.24 | 0.58 | 0.46 |
| Hex | 7A | BA | 32 | 22 | 0 | 49 | 1B | 58 | 3A | 2E |
| Octal | 172 | 272 | 62 | 42 | 0 | 111 | 33 | 130 | 72 | 56 |
| Binary | 1111010 | 10111010 | 110010 | 100010 | 0 | 1001001 | 11011 | 1011000 | 111010 | 101110 |
Color Harmonies of #7ABA32
Complementary color
Monochromatic Colors of #7ABA32
Black with #7ABA32
Text Example
Text Example
White with #7ABA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA32; }
p { color: rgb(122,186,50); }
H1.HeaderClassName
{
color: #7ABA32;
}
.AnyTagClassName
{
color: #7ABA32;
}
</style>
background-color css
<style>
a { background-color: #7ABA32; }
a { background-color: rgb(122,186,50); }
div.DivClassName
{
background-color: #7ABA32;
}
.BgClassName
{
background-color: #7ABA32;
}
</style>
border-color css
<style>
span { border-color: #7ABA32; }
span { border-color: rgb(122,186,50); }
td.TdClassName
{
border-color: #7ABA32;
}
.TagClassName
{
border-color: #7ABA32;
}
</style>