Shades of Mantis #7ADA40
Tints of Mantis #7ADA40
RGB
CMYK
RGB Variations
Color information
#7ADA40 (or 0x7ADA40) is known color: Mantis. HEX triplet: 7A, DA and 40. RGB value is (122,218,64). Sum of RGB (Red+Green+Blue) = 122+218+64=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADA40 is #8525BF. Grayscale: #ACACAC. Windows color (decimal): -8725952 or 4250234. OLE color: 4250234.
HSL color Cylindrical-coordinate representation of color #7ADA40: hue angle of 97.4º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ADA40 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 64 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.15 |
| HSL | 97.4º | 0.68% | 0.55% | - |
| HSV(B) | 97.4º | 0.71% | 0.85% | - |
| XYZ | 34.02 | 54.65 | 13.61 | - |
| YUV | 171.74 | 67.2 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 64 | 0.44 | 0 | 0.71 | 0.15 | 97.4 | 0.68 | 0.55 |
| Hex | 7A | DA | 40 | 2C | 0 | 47 | F | 61 | 44 | 37 |
| Octal | 172 | 332 | 100 | 54 | 0 | 107 | 17 | 141 | 104 | 67 |
| Binary | 1111010 | 11011010 | 1000000 | 101100 | 0 | 1000111 | 1111 | 1100001 | 1000100 | 110111 |
Color Harmonies of #7ADA40
Complementary color
Monochromatic Colors of #7ADA40
Black with #7ADA40
Text Example
Text Example
White with #7ADA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA40; }
p { color: rgb(122,218,64); }
H1.HeaderClassName
{
color: #7ADA40;
}
.AnyTagClassName
{
color: #7ADA40;
}
</style>
background-color css
<style>
a { background-color: #7ADA40; }
a { background-color: rgb(122,218,64); }
div.DivClassName
{
background-color: #7ADA40;
}
.BgClassName
{
background-color: #7ADA40;
}
</style>
border-color css
<style>
span { border-color: #7ADA40; }
span { border-color: rgb(122,218,64); }
td.TdClassName
{
border-color: #7ADA40;
}
.TagClassName
{
border-color: #7ADA40;
}
</style>