Shades of Lima #7AC504
Tints of Lima #7AC504
RGB
CMYK
RGB Variations
Color information
#7AC504 (or 0x7AC504) is known color: Lima. HEX triplet: 7A, C5 and 04. RGB value is (122,197,4). Sum of RGB (Red+Green+Blue) = 122+197+4=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC504 is #853AFB. Grayscale: #999999. Windows color (decimal): -8731388 or 312698. OLE color: 312698.
HSL color Cylindrical-coordinate representation of color #7AC504: hue angle of 83.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AC504 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.23 |
| HSL | 83.32º | 0.96% | 0.39% | - |
| HSV(B) | 83.32º | 0.98% | 0.77% | - |
| XYZ | 28.01 | 44.08 | 7.15 | - |
| YUV | 152.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 4 | 0.38 | 0 | 0.98 | 0.23 | 83.32 | 0.96 | 0.39 |
| Hex | 7A | C5 | 4 | 26 | 0 | 62 | 17 | 53 | 60 | 27 |
| Octal | 172 | 305 | 4 | 46 | 0 | 142 | 27 | 123 | 140 | 47 |
| Binary | 1111010 | 11000101 | 100 | 100110 | 0 | 1100010 | 10111 | 1010011 | 1100000 | 100111 |
Color Harmonies of #7AC504
Complementary color
Monochromatic Colors of #7AC504
Black with #7AC504
Text Example
Text Example
White with #7AC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC504; }
p { color: rgb(122,197,4); }
H1.HeaderClassName
{
color: #7AC504;
}
.AnyTagClassName
{
color: #7AC504;
}
</style>
background-color css
<style>
a { background-color: #7AC504; }
a { background-color: rgb(122,197,4); }
div.DivClassName
{
background-color: #7AC504;
}
.BgClassName
{
background-color: #7AC504;
}
</style>
border-color css
<style>
span { border-color: #7AC504; }
span { border-color: rgb(122,197,4); }
td.TdClassName
{
border-color: #7AC504;
}
.TagClassName
{
border-color: #7AC504;
}
</style>