Shades of Mantis #7ADE47
Tints of Mantis #7ADE47
RGB
CMYK
RGB Variations
Color information
#7ADE47 (or 0x7ADE47) is known color: Mantis. HEX triplet: 7A, DE and 47. RGB value is (122,222,71). Sum of RGB (Red+Green+Blue) = 122+222+71=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 222 (87.11% from 255 or 53.49% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE47 is #8521B8. Grayscale: #AFAFAF. Windows color (decimal): -8724921 or 4710010. OLE color: 4710010.
HSL color Cylindrical-coordinate representation of color #7ADE47: hue angle of 99.74º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ADE47 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 71 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.13 |
| HSL | 99.74º | 0.7% | 0.57% | - |
| HSV(B) | 99.74º | 0.68% | 0.87% | - |
| XYZ | 35.28 | 56.84 | 15.07 | - |
| YUV | 174.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 71 | 0.45 | 0 | 0.68 | 0.13 | 99.74 | 0.7 | 0.57 |
| Hex | 7A | DE | 47 | 2D | 0 | 44 | D | 64 | 46 | 39 |
| Octal | 172 | 336 | 107 | 55 | 0 | 104 | 15 | 144 | 106 | 71 |
| Binary | 1111010 | 11011110 | 1000111 | 101101 | 0 | 1000100 | 1101 | 1100100 | 1000110 | 111001 |
Color Harmonies of #7ADE47
Complementary color
Monochromatic Colors of #7ADE47
Black with #7ADE47
Text Example
Text Example
White with #7ADE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE47; }
p { color: rgb(122,222,71); }
H1.HeaderClassName
{
color: #7ADE47;
}
.AnyTagClassName
{
color: #7ADE47;
}
</style>
background-color css
<style>
a { background-color: #7ADE47; }
a { background-color: rgb(122,222,71); }
div.DivClassName
{
background-color: #7ADE47;
}
.BgClassName
{
background-color: #7ADE47;
}
</style>
border-color css
<style>
span { border-color: #7ADE47; }
span { border-color: rgb(122,222,71); }
td.TdClassName
{
border-color: #7ADE47;
}
.TagClassName
{
border-color: #7ADE47;
}
</style>