Shades of Lima #7AB538
Tints of Lima #7AB538
RGB
CMYK
RGB Variations
Color information
#7AB538 (or 0x7AB538) is known color: Lima. HEX triplet: 7A, B5 and 38. RGB value is (122,181,56). Sum of RGB (Red+Green+Blue) = 122+181+56=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB538 is #854AC7. Grayscale: #959595. Windows color (decimal): -8735432 or 3716474. OLE color: 3716474.
HSL color Cylindrical-coordinate representation of color #7AB538: hue angle of 88.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AB538 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 56 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.29 |
| HSL | 88.32º | 0.53% | 0.46% | - |
| HSV(B) | 88.32º | 0.69% | 0.71% | - |
| XYZ | 25.26 | 37.47 | 9.64 | - |
| YUV | 149.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 56 | 0.33 | 0 | 0.69 | 0.29 | 88.32 | 0.53 | 0.46 |
| Hex | 7A | B5 | 38 | 21 | 0 | 45 | 1D | 58 | 35 | 2E |
| Octal | 172 | 265 | 70 | 41 | 0 | 105 | 35 | 130 | 65 | 56 |
| Binary | 1111010 | 10110101 | 111000 | 100001 | 0 | 1000101 | 11101 | 1011000 | 110101 | 101110 |
Color Harmonies of #7AB538
Complementary color
Monochromatic Colors of #7AB538
Black with #7AB538
Text Example
Text Example
White with #7AB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB538; }
p { color: rgb(122,181,56); }
H1.HeaderClassName
{
color: #7AB538;
}
.AnyTagClassName
{
color: #7AB538;
}
</style>
background-color css
<style>
a { background-color: #7AB538; }
a { background-color: rgb(122,181,56); }
div.DivClassName
{
background-color: #7AB538;
}
.BgClassName
{
background-color: #7AB538;
}
</style>
border-color css
<style>
span { border-color: #7AB538; }
span { border-color: rgb(122,181,56); }
td.TdClassName
{
border-color: #7AB538;
}
.TagClassName
{
border-color: #7AB538;
}
</style>