Shades of Mantis #7AC54B
Tints of Mantis #7AC54B
RGB
CMYK
RGB Variations
Color information
#7AC54B (or 0x7AC54B) is known color: Mantis. HEX triplet: 7A, C5 and 4B. RGB value is (122,197,75). Sum of RGB (Red+Green+Blue) = 122+197+75=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC54B is #853AB4. Grayscale: #A1A1A1. Windows color (decimal): -8731317 or 4965754. OLE color: 4965754.
HSL color Cylindrical-coordinate representation of color #7AC54B: hue angle of 96.89º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AC54B is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 75 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.23 |
| HSL | 96.89º | 0.51% | 0.53% | - |
| HSV(B) | 96.89º | 0.62% | 0.77% | - |
| XYZ | 29.26 | 44.58 | 13.72 | - |
| YUV | 160.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 75 | 0.38 | 0 | 0.62 | 0.23 | 96.89 | 0.51 | 0.53 |
| Hex | 7A | C5 | 4B | 26 | 0 | 3E | 17 | 61 | 33 | 35 |
| Octal | 172 | 305 | 113 | 46 | 0 | 76 | 27 | 141 | 63 | 65 |
| Binary | 1111010 | 11000101 | 1001011 | 100110 | 0 | 111110 | 10111 | 1100001 | 110011 | 110101 |
Color Harmonies of #7AC54B
Complementary color
Monochromatic Colors of #7AC54B
Black with #7AC54B
Text Example
Text Example
White with #7AC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC54B; }
p { color: rgb(122,197,75); }
H1.HeaderClassName
{
color: #7AC54B;
}
.AnyTagClassName
{
color: #7AC54B;
}
</style>
background-color css
<style>
a { background-color: #7AC54B; }
a { background-color: rgb(122,197,75); }
div.DivClassName
{
background-color: #7AC54B;
}
.BgClassName
{
background-color: #7AC54B;
}
</style>
border-color css
<style>
span { border-color: #7AC54B; }
span { border-color: rgb(122,197,75); }
td.TdClassName
{
border-color: #7AC54B;
}
.TagClassName
{
border-color: #7AC54B;
}
</style>