Shades of Mantis #7AD844
Tints of Mantis #7AD844
RGB
CMYK
RGB Variations
Color information
#7AD844 (or 0x7AD844) is known color: Mantis. HEX triplet: 7A, D8 and 44. RGB value is (122,216,68). Sum of RGB (Red+Green+Blue) = 122+216+68=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD844 is #8527BB. Grayscale: #ABABAB. Windows color (decimal): -8726460 or 4511866. OLE color: 4511866.
HSL color Cylindrical-coordinate representation of color #7AD844: hue angle of 98.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AD844 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 68 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.15 |
| HSL | 98.11º | 0.65% | 0.56% | - |
| HSV(B) | 98.11º | 0.69% | 0.85% | - |
| XYZ | 33.63 | 53.67 | 14.06 | - |
| YUV | 171.02 | 69.86 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 68 | 0.44 | 0 | 0.69 | 0.15 | 98.11 | 0.65 | 0.56 |
| Hex | 7A | D8 | 44 | 2C | 0 | 45 | F | 62 | 41 | 38 |
| Octal | 172 | 330 | 104 | 54 | 0 | 105 | 17 | 142 | 101 | 70 |
| Binary | 1111010 | 11011000 | 1000100 | 101100 | 0 | 1000101 | 1111 | 1100010 | 1000001 | 111000 |
Color Harmonies of #7AD844
Complementary color
Monochromatic Colors of #7AD844
Black with #7AD844
Text Example
Text Example
White with #7AD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD844; }
p { color: rgb(122,216,68); }
H1.HeaderClassName
{
color: #7AD844;
}
.AnyTagClassName
{
color: #7AD844;
}
</style>
background-color css
<style>
a { background-color: #7AD844; }
a { background-color: rgb(122,216,68); }
div.DivClassName
{
background-color: #7AD844;
}
.BgClassName
{
background-color: #7AD844;
}
</style>
border-color css
<style>
span { border-color: #7AD844; }
span { border-color: rgb(122,216,68); }
td.TdClassName
{
border-color: #7AD844;
}
.TagClassName
{
border-color: #7AD844;
}
</style>