Shades of Lima #7AB511
Tints of Lima #7AB511
RGB
CMYK
RGB Variations
Color information
#7AB511 (or 0x7AB511) is known color: Lima. HEX triplet: 7A, B5 and 11. RGB value is (122,181,17). Sum of RGB (Red+Green+Blue) = 122+181+17=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB511 is #854AEE. Grayscale: #919191. Windows color (decimal): -8735471 or 1160570. OLE color: 1160570.
HSL color Cylindrical-coordinate representation of color #7AB511: hue angle of 81.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB511 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 17 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.29 |
| HSL | 81.59º | 0.83% | 0.39% | - |
| HSV(B) | 81.59º | 0.91% | 0.71% | - |
| XYZ | 24.65 | 37.23 | 6.42 | - |
| YUV | 144.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 17 | 0.33 | 0 | 0.91 | 0.29 | 81.59 | 0.83 | 0.39 |
| Hex | 7A | B5 | 11 | 21 | 0 | 5B | 1D | 52 | 53 | 27 |
| Octal | 172 | 265 | 21 | 41 | 0 | 133 | 35 | 122 | 123 | 47 |
| Binary | 1111010 | 10110101 | 10001 | 100001 | 0 | 1011011 | 11101 | 1010010 | 1010011 | 100111 |
Color Harmonies of #7AB511
Complementary color
Monochromatic Colors of #7AB511
Black with #7AB511
Text Example
Text Example
White with #7AB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB511; }
p { color: rgb(122,181,17); }
H1.HeaderClassName
{
color: #7AB511;
}
.AnyTagClassName
{
color: #7AB511;
}
</style>
background-color css
<style>
a { background-color: #7AB511; }
a { background-color: rgb(122,181,17); }
div.DivClassName
{
background-color: #7AB511;
}
.BgClassName
{
background-color: #7AB511;
}
</style>
border-color css
<style>
span { border-color: #7AB511; }
span { border-color: rgb(122,181,17); }
td.TdClassName
{
border-color: #7AB511;
}
.TagClassName
{
border-color: #7AB511;
}
</style>