Shades of Mantis #7AD744
Tints of Mantis #7AD744
RGB
CMYK
RGB Variations
Color information
#7AD744 (or 0x7AD744) is known color: Mantis. HEX triplet: 7A, D7 and 44. RGB value is (122,215,68). Sum of RGB (Red+Green+Blue) = 122+215+68=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD744 is #8528BB. Grayscale: #AAAAAA. Windows color (decimal): -8726716 or 4511610. OLE color: 4511610.
HSL color Cylindrical-coordinate representation of color #7AD744: hue angle of 97.96º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AD744 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 68 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.16 |
| HSL | 97.96º | 0.65% | 0.55% | - |
| HSV(B) | 97.96º | 0.68% | 0.84% | - |
| XYZ | 33.37 | 53.16 | 13.97 | - |
| YUV | 170.44 | 70.19 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 68 | 0.43 | 0 | 0.68 | 0.16 | 97.96 | 0.65 | 0.55 |
| Hex | 7A | D7 | 44 | 2B | 0 | 44 | 10 | 62 | 41 | 37 |
| Octal | 172 | 327 | 104 | 53 | 0 | 104 | 20 | 142 | 101 | 67 |
| Binary | 1111010 | 11010111 | 1000100 | 101011 | 0 | 1000100 | 10000 | 1100010 | 1000001 | 110111 |
Color Harmonies of #7AD744
Complementary color
Monochromatic Colors of #7AD744
Black with #7AD744
Text Example
Text Example
White with #7AD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD744; }
p { color: rgb(122,215,68); }
H1.HeaderClassName
{
color: #7AD744;
}
.AnyTagClassName
{
color: #7AD744;
}
</style>
background-color css
<style>
a { background-color: #7AD744; }
a { background-color: rgb(122,215,68); }
div.DivClassName
{
background-color: #7AD744;
}
.BgClassName
{
background-color: #7AD744;
}
</style>
border-color css
<style>
span { border-color: #7AD744; }
span { border-color: rgb(122,215,68); }
td.TdClassName
{
border-color: #7AD744;
}
.TagClassName
{
border-color: #7AD744;
}
</style>