Shades of Mantis #7AD464
Tints of Mantis #7AD464
RGB
CMYK
RGB Variations
Color information
#7AD464 (or 0x7AD464) is known color: Mantis. HEX triplet: 7A, D4 and 64. RGB value is (122,212,100). Sum of RGB (Red+Green+Blue) = 122+212+100=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD464 is #852B9B. Grayscale: #ACACAC. Windows color (decimal): -8727452 or 6607994. OLE color: 6607994.
HSL color Cylindrical-coordinate representation of color #7AD464: hue angle of 108.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AD464 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 100 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.17 |
| HSL | 108.21º | 0.57% | 0.61% | - |
| HSV(B) | 108.21º | 0.53% | 0.83% | - |
| XYZ | 33.87 | 52.14 | 20.34 | - |
| YUV | 172.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 100 | 0.42 | 0 | 0.53 | 0.17 | 108.21 | 0.57 | 0.61 |
| Hex | 7A | D4 | 64 | 2A | 0 | 35 | 11 | 6C | 39 | 3D |
| Octal | 172 | 324 | 144 | 52 | 0 | 65 | 21 | 154 | 71 | 75 |
| Binary | 1111010 | 11010100 | 1100100 | 101010 | 0 | 110101 | 10001 | 1101100 | 111001 | 111101 |
Color Harmonies of #7AD464
Complementary color
Monochromatic Colors of #7AD464
Black with #7AD464
Text Example
Text Example
White with #7AD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD464; }
p { color: rgb(122,212,100); }
H1.HeaderClassName
{
color: #7AD464;
}
.AnyTagClassName
{
color: #7AD464;
}
</style>
background-color css
<style>
a { background-color: #7AD464; }
a { background-color: rgb(122,212,100); }
div.DivClassName
{
background-color: #7AD464;
}
.BgClassName
{
background-color: #7AD464;
}
</style>
border-color css
<style>
span { border-color: #7AD464; }
span { border-color: rgb(122,212,100); }
td.TdClassName
{
border-color: #7AD464;
}
.TagClassName
{
border-color: #7AD464;
}
</style>