Shades of Lima #7ABB11
Tints of Lima #7ABB11
RGB
CMYK
RGB Variations
Color information
#7ABB11 (or 0x7ABB11) is known color: Lima. HEX triplet: 7A, BB and 11. RGB value is (122,187,17). Sum of RGB (Red+Green+Blue) = 122+187+17=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABB11 is #8544EE. Grayscale: #949494. Windows color (decimal): -8733935 or 1162106. OLE color: 1162106.
HSL color Cylindrical-coordinate representation of color #7ABB11: hue angle of 82.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ABB11 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.27 |
| HSL | 82.94º | 0.83% | 0.4% | - |
| HSV(B) | 82.94º | 0.91% | 0.73% | - |
| XYZ | 25.9 | 39.72 | 6.83 | - |
| YUV | 148.19 | 53.97 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 17 | 0.35 | 0 | 0.91 | 0.27 | 82.94 | 0.83 | 0.4 |
| Hex | 7A | BB | 11 | 23 | 0 | 5B | 1B | 53 | 53 | 28 |
| Octal | 172 | 273 | 21 | 43 | 0 | 133 | 33 | 123 | 123 | 50 |
| Binary | 1111010 | 10111011 | 10001 | 100011 | 0 | 1011011 | 11011 | 1010011 | 1010011 | 101000 |
Color Harmonies of #7ABB11
Complementary color
Monochromatic Colors of #7ABB11
Black with #7ABB11
Text Example
Text Example
White with #7ABB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB11; }
p { color: rgb(122,187,17); }
H1.HeaderClassName
{
color: #7ABB11;
}
.AnyTagClassName
{
color: #7ABB11;
}
</style>
background-color css
<style>
a { background-color: #7ABB11; }
a { background-color: rgb(122,187,17); }
div.DivClassName
{
background-color: #7ABB11;
}
.BgClassName
{
background-color: #7ABB11;
}
</style>
border-color css
<style>
span { border-color: #7ABB11; }
span { border-color: rgb(122,187,17); }
td.TdClassName
{
border-color: #7ABB11;
}
.TagClassName
{
border-color: #7ABB11;
}
</style>