Shades of Mantis #7AD564
Tints of Mantis #7AD564
RGB
CMYK
RGB Variations
Color information
#7AD564 (or 0x7AD564) is known color: Mantis. HEX triplet: 7A, D5 and 64. RGB value is (122,213,100). Sum of RGB (Red+Green+Blue) = 122+213+100=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD564 is #852A9B. Grayscale: #ADADAD. Windows color (decimal): -8727196 or 6608250. OLE color: 6608250.
HSL color Cylindrical-coordinate representation of color #7AD564: hue angle of 108.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AD564 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 100 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.16 |
| HSL | 108.32º | 0.57% | 0.61% | - |
| HSV(B) | 108.32º | 0.53% | 0.84% | - |
| XYZ | 34.12 | 52.65 | 20.42 | - |
| YUV | 172.91 | 86.85 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 100 | 0.43 | 0 | 0.53 | 0.16 | 108.32 | 0.57 | 0.61 |
| Hex | 7A | D5 | 64 | 2B | 0 | 35 | 10 | 6C | 39 | 3D |
| Octal | 172 | 325 | 144 | 53 | 0 | 65 | 20 | 154 | 71 | 75 |
| Binary | 1111010 | 11010101 | 1100100 | 101011 | 0 | 110101 | 10000 | 1101100 | 111001 | 111101 |
Color Harmonies of #7AD564
Complementary color
Monochromatic Colors of #7AD564
Black with #7AD564
Text Example
Text Example
White with #7AD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD564; }
p { color: rgb(122,213,100); }
H1.HeaderClassName
{
color: #7AD564;
}
.AnyTagClassName
{
color: #7AD564;
}
</style>
background-color css
<style>
a { background-color: #7AD564; }
a { background-color: rgb(122,213,100); }
div.DivClassName
{
background-color: #7AD564;
}
.BgClassName
{
background-color: #7AD564;
}
</style>
border-color css
<style>
span { border-color: #7AD564; }
span { border-color: rgb(122,213,100); }
td.TdClassName
{
border-color: #7AD564;
}
.TagClassName
{
border-color: #7AD564;
}
</style>