Shades of Mantis #7ADD48
Tints of Mantis #7ADD48
RGB
CMYK
RGB Variations
Color information
#7ADD48 (or 0x7ADD48) is known color: Mantis. HEX triplet: 7A, DD and 48. RGB value is (122,221,72). Sum of RGB (Red+Green+Blue) = 122+221+72=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD48 is #8522B7. Grayscale: #AEAEAE. Windows color (decimal): -8725176 or 4775290. OLE color: 4775290.
HSL color Cylindrical-coordinate representation of color #7ADD48: hue angle of 99.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ADD48 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 72 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.13 |
| HSL | 99.87º | 0.69% | 0.57% | - |
| HSV(B) | 99.87º | 0.67% | 0.87% | - |
| XYZ | 35.05 | 56.32 | 15.15 | - |
| YUV | 174.41 | 70.2 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 72 | 0.45 | 0 | 0.67 | 0.13 | 99.87 | 0.69 | 0.57 |
| Hex | 7A | DD | 48 | 2D | 0 | 43 | D | 64 | 45 | 39 |
| Octal | 172 | 335 | 110 | 55 | 0 | 103 | 15 | 144 | 105 | 71 |
| Binary | 1111010 | 11011101 | 1001000 | 101101 | 0 | 1000011 | 1101 | 1100100 | 1000101 | 111001 |
Color Harmonies of #7ADD48
Complementary color
Monochromatic Colors of #7ADD48
Black with #7ADD48
Text Example
Text Example
White with #7ADD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD48; }
p { color: rgb(122,221,72); }
H1.HeaderClassName
{
color: #7ADD48;
}
.AnyTagClassName
{
color: #7ADD48;
}
</style>
background-color css
<style>
a { background-color: #7ADD48; }
a { background-color: rgb(122,221,72); }
div.DivClassName
{
background-color: #7ADD48;
}
.BgClassName
{
background-color: #7ADD48;
}
</style>
border-color css
<style>
span { border-color: #7ADD48; }
span { border-color: rgb(122,221,72); }
td.TdClassName
{
border-color: #7ADD48;
}
.TagClassName
{
border-color: #7ADD48;
}
</style>