Shades of Mantis #7ADD4F
Tints of Mantis #7ADD4F
RGB
CMYK
RGB Variations
Color information
#7ADD4F (or 0x7ADD4F) is known color: Mantis. HEX triplet: 7A, DD and 4F. RGB value is (122,221,79). Sum of RGB (Red+Green+Blue) = 122+221+79=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD4F is #8522B0. Grayscale: #AFAFAF. Windows color (decimal): -8725169 or 5234042. OLE color: 5234042.
HSL color Cylindrical-coordinate representation of color #7ADD4F: hue angle of 101.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ADD4F is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 79 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.13 |
| HSL | 101.83º | 0.68% | 0.59% | - |
| HSV(B) | 101.83º | 0.64% | 0.87% | - |
| XYZ | 35.29 | 56.41 | 16.43 | - |
| YUV | 175.21 | 73.7 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 79 | 0.45 | 0 | 0.64 | 0.13 | 101.83 | 0.68 | 0.59 |
| Hex | 7A | DD | 4F | 2D | 0 | 40 | D | 66 | 44 | 3B |
| Octal | 172 | 335 | 117 | 55 | 0 | 100 | 15 | 146 | 104 | 73 |
| Binary | 1111010 | 11011101 | 1001111 | 101101 | 0 | 1000000 | 1101 | 1100110 | 1000100 | 111011 |
Color Harmonies of #7ADD4F
Complementary color
Monochromatic Colors of #7ADD4F
Black with #7ADD4F
Text Example
Text Example
White with #7ADD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD4F; }
p { color: rgb(122,221,79); }
H1.HeaderClassName
{
color: #7ADD4F;
}
.AnyTagClassName
{
color: #7ADD4F;
}
</style>
background-color css
<style>
a { background-color: #7ADD4F; }
a { background-color: rgb(122,221,79); }
div.DivClassName
{
background-color: #7ADD4F;
}
.BgClassName
{
background-color: #7ADD4F;
}
</style>
border-color css
<style>
span { border-color: #7ADD4F; }
span { border-color: rgb(122,221,79); }
td.TdClassName
{
border-color: #7ADD4F;
}
.TagClassName
{
border-color: #7ADD4F;
}
</style>