Shades of Lima #7AB533
Tints of Lima #7AB533
RGB
CMYK
RGB Variations
Color information
#7AB533 (or 0x7AB533) is known color: Lima. HEX triplet: 7A, B5 and 33. RGB value is (122,181,51). Sum of RGB (Red+Green+Blue) = 122+181+51=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB533 is #854ACC. Grayscale: #959595. Windows color (decimal): -8735437 or 3388794. OLE color: 3388794.
HSL color Cylindrical-coordinate representation of color #7AB533: hue angle of 87.23º degrees, saturation: 0.56, 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 #7AB533 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 51 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.29 |
| HSL | 87.23º | 0.56% | 0.45% | - |
| HSV(B) | 87.23º | 0.72% | 0.71% | - |
| XYZ | 25.15 | 37.42 | 9.03 | - |
| YUV | 148.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 51 | 0.33 | 0 | 0.72 | 0.29 | 87.23 | 0.56 | 0.45 |
| Hex | 7A | B5 | 33 | 21 | 0 | 48 | 1D | 57 | 38 | 2D |
| Octal | 172 | 265 | 63 | 41 | 0 | 110 | 35 | 127 | 70 | 55 |
| Binary | 1111010 | 10110101 | 110011 | 100001 | 0 | 1001000 | 11101 | 1010111 | 111000 | 101101 |
Color Harmonies of #7AB533
Complementary color
Monochromatic Colors of #7AB533
Black with #7AB533
Text Example
Text Example
White with #7AB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB533; }
p { color: rgb(122,181,51); }
H1.HeaderClassName
{
color: #7AB533;
}
.AnyTagClassName
{
color: #7AB533;
}
</style>
background-color css
<style>
a { background-color: #7AB533; }
a { background-color: rgb(122,181,51); }
div.DivClassName
{
background-color: #7AB533;
}
.BgClassName
{
background-color: #7AB533;
}
</style>
border-color css
<style>
span { border-color: #7AB533; }
span { border-color: rgb(122,181,51); }
td.TdClassName
{
border-color: #7AB533;
}
.TagClassName
{
border-color: #7AB533;
}
</style>