Shades of Lima #7AC805
Tints of Lima #7AC805
RGB
CMYK
RGB Variations
Color information
#7AC805 (or 0x7AC805) is known color: Lima. HEX triplet: 7A, C8 and 05. RGB value is (122,200,5). Sum of RGB (Red+Green+Blue) = 122+200+5=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC805 is #8537FA. Grayscale: #9B9B9B. Windows color (decimal): -8730619 or 379002. OLE color: 379002.
HSL color Cylindrical-coordinate representation of color #7AC805: hue angle of 84º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AC805 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.22 |
| HSL | 84º | 0.95% | 0.4% | - |
| HSV(B) | 84º | 0.98% | 0.78% | - |
| XYZ | 28.71 | 45.46 | 7.4 | - |
| YUV | 154.45 | 43.66 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 5 | 0.39 | 0 | 0.98 | 0.22 | 84 | 0.95 | 0.4 |
| Hex | 7A | C8 | 5 | 27 | 0 | 62 | 16 | 54 | 5F | 28 |
| Octal | 172 | 310 | 5 | 47 | 0 | 142 | 26 | 124 | 137 | 50 |
| Binary | 1111010 | 11001000 | 101 | 100111 | 0 | 1100010 | 10110 | 1010100 | 1011111 | 101000 |
Color Harmonies of #7AC805
Complementary color
Monochromatic Colors of #7AC805
Black with #7AC805
Text Example
Text Example
White with #7AC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC805; }
p { color: rgb(122,200,5); }
H1.HeaderClassName
{
color: #7AC805;
}
.AnyTagClassName
{
color: #7AC805;
}
</style>
background-color css
<style>
a { background-color: #7AC805; }
a { background-color: rgb(122,200,5); }
div.DivClassName
{
background-color: #7AC805;
}
.BgClassName
{
background-color: #7AC805;
}
</style>
border-color css
<style>
span { border-color: #7AC805; }
span { border-color: rgb(122,200,5); }
td.TdClassName
{
border-color: #7AC805;
}
.TagClassName
{
border-color: #7AC805;
}
</style>