Shades of Mantis #7AC557
Tints of Mantis #7AC557
RGB
CMYK
RGB Variations
Color information
#7AC557 (or 0x7AC557) is known color: Mantis. HEX triplet: 7A, C5 and 57. RGB value is (122,197,87). Sum of RGB (Red+Green+Blue) = 122+197+87=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC557 is #853AA8. Grayscale: #A2A2A2. Windows color (decimal): -8731305 or 5752186. OLE color: 5752186.
HSL color Cylindrical-coordinate representation of color #7AC557: hue angle of 100.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AC557 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 87 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.23 |
| HSL | 100.91º | 0.49% | 0.56% | - |
| HSV(B) | 100.91º | 0.56% | 0.77% | - |
| XYZ | 29.71 | 44.76 | 16.09 | - |
| YUV | 162.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 87 | 0.38 | 0 | 0.56 | 0.23 | 100.91 | 0.49 | 0.56 |
| Hex | 7A | C5 | 57 | 26 | 0 | 38 | 17 | 65 | 31 | 38 |
| Octal | 172 | 305 | 127 | 46 | 0 | 70 | 27 | 145 | 61 | 70 |
| Binary | 1111010 | 11000101 | 1010111 | 100110 | 0 | 111000 | 10111 | 1100101 | 110001 | 111000 |
Color Harmonies of #7AC557
Complementary color
Monochromatic Colors of #7AC557
Black with #7AC557
Text Example
Text Example
White with #7AC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC557; }
p { color: rgb(122,197,87); }
H1.HeaderClassName
{
color: #7AC557;
}
.AnyTagClassName
{
color: #7AC557;
}
</style>
background-color css
<style>
a { background-color: #7AC557; }
a { background-color: rgb(122,197,87); }
div.DivClassName
{
background-color: #7AC557;
}
.BgClassName
{
background-color: #7AC557;
}
</style>
border-color css
<style>
span { border-color: #7AC557; }
span { border-color: rgb(122,197,87); }
td.TdClassName
{
border-color: #7AC557;
}
.TagClassName
{
border-color: #7AC557;
}
</style>