Shades of Mantis #7AC565
Tints of Mantis #7AC565
RGB
CMYK
RGB Variations
Color information
#7AC565 (or 0x7AC565) is known color: Mantis. HEX triplet: 7A, C5 and 65. RGB value is (122,197,101). Sum of RGB (Red+Green+Blue) = 122+197+101=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC565 is #853A9A. Grayscale: #A3A3A3. Windows color (decimal): -8731291 or 6669690. OLE color: 6669690.
HSL color Cylindrical-coordinate representation of color #7AC565: hue angle of 106.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC565 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 101 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.23 |
| HSL | 106.88º | 0.45% | 0.58% | - |
| HSV(B) | 106.88º | 0.49% | 0.77% | - |
| XYZ | 30.34 | 45.01 | 19.4 | - |
| YUV | 163.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 101 | 0.38 | 0 | 0.49 | 0.23 | 106.88 | 0.45 | 0.58 |
| Hex | 7A | C5 | 65 | 26 | 0 | 31 | 17 | 6B | 2D | 3A |
| Octal | 172 | 305 | 145 | 46 | 0 | 61 | 27 | 153 | 55 | 72 |
| Binary | 1111010 | 11000101 | 1100101 | 100110 | 0 | 110001 | 10111 | 1101011 | 101101 | 111010 |
Color Harmonies of #7AC565
Complementary color
Monochromatic Colors of #7AC565
Black with #7AC565
Text Example
Text Example
White with #7AC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC565; }
p { color: rgb(122,197,101); }
H1.HeaderClassName
{
color: #7AC565;
}
.AnyTagClassName
{
color: #7AC565;
}
</style>
background-color css
<style>
a { background-color: #7AC565; }
a { background-color: rgb(122,197,101); }
div.DivClassName
{
background-color: #7AC565;
}
.BgClassName
{
background-color: #7AC565;
}
</style>
border-color css
<style>
span { border-color: #7AC565; }
span { border-color: rgb(122,197,101); }
td.TdClassName
{
border-color: #7AC565;
}
.TagClassName
{
border-color: #7AC565;
}
</style>