Shades of Mantis #7ADB41
Tints of Mantis #7ADB41
RGB
CMYK
RGB Variations
Color information
#7ADB41 (or 0x7ADB41) is known color: Mantis. HEX triplet: 7A, DB and 41. RGB value is (122,219,65). Sum of RGB (Red+Green+Blue) = 122+219+65=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADB41 is #8524BE. Grayscale: #ACACAC. Windows color (decimal): -8725695 or 4316026. OLE color: 4316026.
HSL color Cylindrical-coordinate representation of color #7ADB41: hue angle of 97.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ADB41 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 65 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.14 |
| HSL | 97.79º | 0.68% | 0.56% | - |
| HSV(B) | 97.79º | 0.7% | 0.86% | - |
| XYZ | 34.31 | 55.18 | 13.84 | - |
| YUV | 172.44 | 67.36 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 65 | 0.44 | 0 | 0.70 | 0.14 | 97.79 | 0.68 | 0.56 |
| Hex | 7A | DB | 41 | 2C | 0 | 46 | E | 62 | 44 | 38 |
| Octal | 172 | 333 | 101 | 54 | 0 | 106 | 16 | 142 | 104 | 70 |
| Binary | 1111010 | 11011011 | 1000001 | 101100 | 0 | 1000110 | 1110 | 1100010 | 1000100 | 111000 |
Color Harmonies of #7ADB41
Complementary color
Monochromatic Colors of #7ADB41
Black with #7ADB41
Text Example
Text Example
White with #7ADB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB41; }
p { color: rgb(122,219,65); }
H1.HeaderClassName
{
color: #7ADB41;
}
.AnyTagClassName
{
color: #7ADB41;
}
</style>
background-color css
<style>
a { background-color: #7ADB41; }
a { background-color: rgb(122,219,65); }
div.DivClassName
{
background-color: #7ADB41;
}
.BgClassName
{
background-color: #7ADB41;
}
</style>
border-color css
<style>
span { border-color: #7ADB41; }
span { border-color: rgb(122,219,65); }
td.TdClassName
{
border-color: #7ADB41;
}
.TagClassName
{
border-color: #7ADB41;
}
</style>