Shades of Mantis #7ADD49
Tints of Mantis #7ADD49
RGB
CMYK
RGB Variations
Color information
#7ADD49 (or 0x7ADD49) is known color: Mantis. HEX triplet: 7A, DD and 49. RGB value is (122,221,73). Sum of RGB (Red+Green+Blue) = 122+221+73=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD49 is #8522B6. Grayscale: #AFAFAF. Windows color (decimal): -8725175 or 4840826. OLE color: 4840826.
HSL color Cylindrical-coordinate representation of color #7ADD49: hue angle of 100.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ADD49 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 73 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.13 |
| HSL | 100.14º | 0.69% | 0.58% | - |
| HSV(B) | 100.14º | 0.67% | 0.87% | - |
| XYZ | 35.09 | 56.33 | 15.33 | - |
| YUV | 174.53 | 70.7 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 73 | 0.45 | 0 | 0.67 | 0.13 | 100.14 | 0.69 | 0.58 |
| Hex | 7A | DD | 49 | 2D | 0 | 43 | D | 64 | 45 | 3A |
| Octal | 172 | 335 | 111 | 55 | 0 | 103 | 15 | 144 | 105 | 72 |
| Binary | 1111010 | 11011101 | 1001001 | 101101 | 0 | 1000011 | 1101 | 1100100 | 1000101 | 111010 |
Color Harmonies of #7ADD49
Complementary color
Monochromatic Colors of #7ADD49
Black with #7ADD49
Text Example
Text Example
White with #7ADD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD49; }
p { color: rgb(122,221,73); }
H1.HeaderClassName
{
color: #7ADD49;
}
.AnyTagClassName
{
color: #7ADD49;
}
</style>
background-color css
<style>
a { background-color: #7ADD49; }
a { background-color: rgb(122,221,73); }
div.DivClassName
{
background-color: #7ADD49;
}
.BgClassName
{
background-color: #7ADD49;
}
</style>
border-color css
<style>
span { border-color: #7ADD49; }
span { border-color: rgb(122,221,73); }
td.TdClassName
{
border-color: #7ADD49;
}
.TagClassName
{
border-color: #7ADD49;
}
</style>