Shades of Lima #7AB516
Tints of Lima #7AB516
RGB
CMYK
RGB Variations
Color information
#7AB516 (or 0x7AB516) is known color: Lima. HEX triplet: 7A, B5 and 16. RGB value is (122,181,22). Sum of RGB (Red+Green+Blue) = 122+181+22=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB516 is #854AE9. Grayscale: #919191. Windows color (decimal): -8735466 or 1488250. OLE color: 1488250.
HSL color Cylindrical-coordinate representation of color #7AB516: hue angle of 82.26º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AB516 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 22 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.29 |
| HSL | 82.26º | 0.78% | 0.4% | - |
| HSV(B) | 82.26º | 0.88% | 0.71% | - |
| XYZ | 24.69 | 37.24 | 6.65 | - |
| YUV | 145.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 22 | 0.33 | 0 | 0.88 | 0.29 | 82.26 | 0.78 | 0.4 |
| Hex | 7A | B5 | 16 | 21 | 0 | 58 | 1D | 52 | 4E | 28 |
| Octal | 172 | 265 | 26 | 41 | 0 | 130 | 35 | 122 | 116 | 50 |
| Binary | 1111010 | 10110101 | 10110 | 100001 | 0 | 1011000 | 11101 | 1010010 | 1001110 | 101000 |
Color Harmonies of #7AB516
Complementary color
Monochromatic Colors of #7AB516
Black with #7AB516
Text Example
Text Example
White with #7AB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB516; }
p { color: rgb(122,181,22); }
H1.HeaderClassName
{
color: #7AB516;
}
.AnyTagClassName
{
color: #7AB516;
}
</style>
background-color css
<style>
a { background-color: #7AB516; }
a { background-color: rgb(122,181,22); }
div.DivClassName
{
background-color: #7AB516;
}
.BgClassName
{
background-color: #7AB516;
}
</style>
border-color css
<style>
span { border-color: #7AB516; }
span { border-color: rgb(122,181,22); }
td.TdClassName
{
border-color: #7AB516;
}
.TagClassName
{
border-color: #7AB516;
}
</style>