Shades of Mantis #7AC555
Tints of Mantis #7AC555
RGB
CMYK
RGB Variations
Color information
#7AC555 (or 0x7AC555) is known color: Mantis. HEX triplet: 7A, C5 and 55. RGB value is (122,197,85). Sum of RGB (Red+Green+Blue) = 122+197+85=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC555 is #853AAA. Grayscale: #A2A2A2. Windows color (decimal): -8731307 or 5621114. OLE color: 5621114.
HSL color Cylindrical-coordinate representation of color #7AC555: hue angle of 100.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AC555 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 85 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.23 |
| HSL | 100.18º | 0.49% | 0.55% | - |
| HSV(B) | 100.18º | 0.57% | 0.77% | - |
| XYZ | 29.63 | 44.73 | 15.67 | - |
| YUV | 161.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 85 | 0.38 | 0 | 0.57 | 0.23 | 100.18 | 0.49 | 0.55 |
| Hex | 7A | C5 | 55 | 26 | 0 | 39 | 17 | 64 | 31 | 37 |
| Octal | 172 | 305 | 125 | 46 | 0 | 71 | 27 | 144 | 61 | 67 |
| Binary | 1111010 | 11000101 | 1010101 | 100110 | 0 | 111001 | 10111 | 1100100 | 110001 | 110111 |
Color Harmonies of #7AC555
Complementary color
Monochromatic Colors of #7AC555
Black with #7AC555
Text Example
Text Example
White with #7AC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC555; }
p { color: rgb(122,197,85); }
H1.HeaderClassName
{
color: #7AC555;
}
.AnyTagClassName
{
color: #7AC555;
}
</style>
background-color css
<style>
a { background-color: #7AC555; }
a { background-color: rgb(122,197,85); }
div.DivClassName
{
background-color: #7AC555;
}
.BgClassName
{
background-color: #7AC555;
}
</style>
border-color css
<style>
span { border-color: #7AC555; }
span { border-color: rgb(122,197,85); }
td.TdClassName
{
border-color: #7AC555;
}
.TagClassName
{
border-color: #7AC555;
}
</style>