Shades of Lima #7AB432
Tints of Lima #7AB432
RGB
CMYK
RGB Variations
Color information
#7AB432 (or 0x7AB432) is known color: Lima. HEX triplet: 7A, B4 and 32. RGB value is (122,180,50). Sum of RGB (Red+Green+Blue) = 122+180+50=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB432 is #854BCD. Grayscale: #949494. Windows color (decimal): -8735694 or 3323002. OLE color: 3323002.
HSL color Cylindrical-coordinate representation of color #7AB432: hue angle of 86.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AB432 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 50 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.29 |
| HSL | 86.77º | 0.57% | 0.45% | - |
| HSV(B) | 86.77º | 0.72% | 0.71% | - |
| XYZ | 24.92 | 37.01 | 8.85 | - |
| YUV | 147.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 50 | 0.32 | 0 | 0.72 | 0.29 | 86.77 | 0.57 | 0.45 |
| Hex | 7A | B4 | 32 | 20 | 0 | 48 | 1D | 57 | 39 | 2D |
| Octal | 172 | 264 | 62 | 40 | 0 | 110 | 35 | 127 | 71 | 55 |
| Binary | 1111010 | 10110100 | 110010 | 100000 | 0 | 1001000 | 11101 | 1010111 | 111001 | 101101 |
Color Harmonies of #7AB432
Complementary color
Monochromatic Colors of #7AB432
Black with #7AB432
Text Example
Text Example
White with #7AB432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB432; }
p { color: rgb(122,180,50); }
H1.HeaderClassName
{
color: #7AB432;
}
.AnyTagClassName
{
color: #7AB432;
}
</style>
background-color css
<style>
a { background-color: #7AB432; }
a { background-color: rgb(122,180,50); }
div.DivClassName
{
background-color: #7AB432;
}
.BgClassName
{
background-color: #7AB432;
}
</style>
border-color css
<style>
span { border-color: #7AB432; }
span { border-color: rgb(122,180,50); }
td.TdClassName
{
border-color: #7AB432;
}
.TagClassName
{
border-color: #7AB432;
}
</style>