Shades of Mantis #7AD352
Tints of Mantis #7AD352
RGB
CMYK
RGB Variations
Color information
#7AD352 (or 0x7AD352) is known color: Mantis. HEX triplet: 7A, D3 and 52. RGB value is (122,211,82). Sum of RGB (Red+Green+Blue) = 122+211+82=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD352 is #852CAD. Grayscale: #AAAAAA. Windows color (decimal): -8727726 or 5428090. OLE color: 5428090.
HSL color Cylindrical-coordinate representation of color #7AD352: hue angle of 101.4º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AD352 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 82 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.17 |
| HSL | 101.4º | 0.59% | 0.57% | - |
| HSV(B) | 101.4º | 0.61% | 0.83% | - |
| XYZ | 32.84 | 51.34 | 16.16 | - |
| YUV | 169.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 82 | 0.42 | 0 | 0.61 | 0.17 | 101.4 | 0.59 | 0.57 |
| Hex | 7A | D3 | 52 | 2A | 0 | 3D | 11 | 65 | 3B | 39 |
| Octal | 172 | 323 | 122 | 52 | 0 | 75 | 21 | 145 | 73 | 71 |
| Binary | 1111010 | 11010011 | 1010010 | 101010 | 0 | 111101 | 10001 | 1100101 | 111011 | 111001 |
Color Harmonies of #7AD352
Complementary color
Monochromatic Colors of #7AD352
Black with #7AD352
Text Example
Text Example
White with #7AD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD352; }
p { color: rgb(122,211,82); }
H1.HeaderClassName
{
color: #7AD352;
}
.AnyTagClassName
{
color: #7AD352;
}
</style>
background-color css
<style>
a { background-color: #7AD352; }
a { background-color: rgb(122,211,82); }
div.DivClassName
{
background-color: #7AD352;
}
.BgClassName
{
background-color: #7AD352;
}
</style>
border-color css
<style>
span { border-color: #7AD352; }
span { border-color: rgb(122,211,82); }
td.TdClassName
{
border-color: #7AD352;
}
.TagClassName
{
border-color: #7AD352;
}
</style>