Shades of Lima #7ABA21
Tints of Lima #7ABA21
RGB
CMYK
RGB Variations
Color information
#7ABA21 (or 0x7ABA21) is known color: Lima. HEX triplet: 7A, BA and 21. RGB value is (122,186,33). Sum of RGB (Red+Green+Blue) = 122+186+33=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA21 is #8545DE. Grayscale: #959595. Windows color (decimal): -8734175 or 2210426. OLE color: 2210426.
HSL color Cylindrical-coordinate representation of color #7ABA21: hue angle of 85.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ABA21 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 33 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.27 |
| HSL | 85.1º | 0.7% | 0.43% | - |
| HSV(B) | 85.1º | 0.82% | 0.73% | - |
| XYZ | 25.86 | 39.37 | 7.67 | - |
| YUV | 149.42 | 62.3 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 33 | 0.34 | 0 | 0.82 | 0.27 | 85.1 | 0.7 | 0.43 |
| Hex | 7A | BA | 21 | 22 | 0 | 52 | 1B | 55 | 46 | 2B |
| Octal | 172 | 272 | 41 | 42 | 0 | 122 | 33 | 125 | 106 | 53 |
| Binary | 1111010 | 10111010 | 100001 | 100010 | 0 | 1010010 | 11011 | 1010101 | 1000110 | 101011 |
Color Harmonies of #7ABA21
Complementary color
Monochromatic Colors of #7ABA21
Black with #7ABA21
Text Example
Text Example
White with #7ABA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA21; }
p { color: rgb(122,186,33); }
H1.HeaderClassName
{
color: #7ABA21;
}
.AnyTagClassName
{
color: #7ABA21;
}
</style>
background-color css
<style>
a { background-color: #7ABA21; }
a { background-color: rgb(122,186,33); }
div.DivClassName
{
background-color: #7ABA21;
}
.BgClassName
{
background-color: #7ABA21;
}
</style>
border-color css
<style>
span { border-color: #7ABA21; }
span { border-color: rgb(122,186,33); }
td.TdClassName
{
border-color: #7ABA21;
}
.TagClassName
{
border-color: #7ABA21;
}
</style>