Shades of Mantis #7AC541
Tints of Mantis #7AC541
RGB
CMYK
RGB Variations
Color information
#7AC541 (or 0x7AC541) is known color: Mantis. HEX triplet: 7A, C5 and 41. RGB value is (122,197,65). Sum of RGB (Red+Green+Blue) = 122+197+65=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC541 is #853ABE. Grayscale: #9F9F9F. Windows color (decimal): -8731327 or 4310394. OLE color: 4310394.
HSL color Cylindrical-coordinate representation of color #7AC541: hue angle of 94.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AC541 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 65 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.23 |
| HSL | 94.09º | 0.53% | 0.51% | - |
| HSV(B) | 94.09º | 0.67% | 0.77% | - |
| XYZ | 28.95 | 44.45 | 12.06 | - |
| YUV | 159.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 65 | 0.38 | 0 | 0.67 | 0.23 | 94.09 | 0.53 | 0.51 |
| Hex | 7A | C5 | 41 | 26 | 0 | 43 | 17 | 5E | 35 | 33 |
| Octal | 172 | 305 | 101 | 46 | 0 | 103 | 27 | 136 | 65 | 63 |
| Binary | 1111010 | 11000101 | 1000001 | 100110 | 0 | 1000011 | 10111 | 1011110 | 110101 | 110011 |
Color Harmonies of #7AC541
Complementary color
Monochromatic Colors of #7AC541
Black with #7AC541
Text Example
Text Example
White with #7AC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC541; }
p { color: rgb(122,197,65); }
H1.HeaderClassName
{
color: #7AC541;
}
.AnyTagClassName
{
color: #7AC541;
}
</style>
background-color css
<style>
a { background-color: #7AC541; }
a { background-color: rgb(122,197,65); }
div.DivClassName
{
background-color: #7AC541;
}
.BgClassName
{
background-color: #7AC541;
}
</style>
border-color css
<style>
span { border-color: #7AC541; }
span { border-color: rgb(122,197,65); }
td.TdClassName
{
border-color: #7AC541;
}
.TagClassName
{
border-color: #7AC541;
}
</style>