Shades of Lima #7AB718
Tints of Lima #7AB718
RGB
CMYK
RGB Variations
Color information
#7AB718 (or 0x7AB718) is known color: Lima. HEX triplet: 7A, B7 and 18. RGB value is (122,183,24). Sum of RGB (Red+Green+Blue) = 122+183+24=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB718 is #8548E7. Grayscale: #939393. Windows color (decimal): -8734952 or 1619834. OLE color: 1619834.
HSL color Cylindrical-coordinate representation of color #7AB718: hue angle of 83.02º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AB718 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 24 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.28 |
| HSL | 83.02º | 0.77% | 0.41% | - |
| HSV(B) | 83.02º | 0.87% | 0.72% | - |
| XYZ | 25.12 | 38.07 | 6.89 | - |
| YUV | 146.64 | 58.79 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 24 | 0.33 | 0 | 0.87 | 0.28 | 83.02 | 0.77 | 0.41 |
| Hex | 7A | B7 | 18 | 21 | 0 | 57 | 1C | 53 | 4D | 29 |
| Octal | 172 | 267 | 30 | 41 | 0 | 127 | 34 | 123 | 115 | 51 |
| Binary | 1111010 | 10110111 | 11000 | 100001 | 0 | 1010111 | 11100 | 1010011 | 1001101 | 101001 |
Color Harmonies of #7AB718
Complementary color
Monochromatic Colors of #7AB718
Black with #7AB718
Text Example
Text Example
White with #7AB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB718; }
p { color: rgb(122,183,24); }
H1.HeaderClassName
{
color: #7AB718;
}
.AnyTagClassName
{
color: #7AB718;
}
</style>
background-color css
<style>
a { background-color: #7AB718; }
a { background-color: rgb(122,183,24); }
div.DivClassName
{
background-color: #7AB718;
}
.BgClassName
{
background-color: #7AB718;
}
</style>
border-color css
<style>
span { border-color: #7AB718; }
span { border-color: rgb(122,183,24); }
td.TdClassName
{
border-color: #7AB718;
}
.TagClassName
{
border-color: #7AB718;
}
</style>