Shades of Mantis #7ADE49
Tints of Mantis #7ADE49
RGB
CMYK
RGB Variations
Color information
#7ADE49 (or 0x7ADE49) is known color: Mantis. HEX triplet: 7A, DE and 49. RGB value is (122,222,73). Sum of RGB (Red+Green+Blue) = 122+222+73=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE49 is #8521B6. Grayscale: #AFAFAF. Windows color (decimal): -8724919 or 4841082. OLE color: 4841082.
HSL color Cylindrical-coordinate representation of color #7ADE49: hue angle of 100.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ADE49 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 73 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.13 |
| HSL | 100.27º | 0.69% | 0.58% | - |
| HSV(B) | 100.27º | 0.67% | 0.87% | - |
| XYZ | 35.35 | 56.86 | 15.42 | - |
| YUV | 175.11 | 70.37 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 73 | 0.45 | 0 | 0.67 | 0.13 | 100.27 | 0.69 | 0.58 |
| Hex | 7A | DE | 49 | 2D | 0 | 43 | D | 64 | 45 | 3A |
| Octal | 172 | 336 | 111 | 55 | 0 | 103 | 15 | 144 | 105 | 72 |
| Binary | 1111010 | 11011110 | 1001001 | 101101 | 0 | 1000011 | 1101 | 1100100 | 1000101 | 111010 |
Color Harmonies of #7ADE49
Complementary color
Monochromatic Colors of #7ADE49
Black with #7ADE49
Text Example
Text Example
White with #7ADE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE49; }
p { color: rgb(122,222,73); }
H1.HeaderClassName
{
color: #7ADE49;
}
.AnyTagClassName
{
color: #7ADE49;
}
</style>
background-color css
<style>
a { background-color: #7ADE49; }
a { background-color: rgb(122,222,73); }
div.DivClassName
{
background-color: #7ADE49;
}
.BgClassName
{
background-color: #7ADE49;
}
</style>
border-color css
<style>
span { border-color: #7ADE49; }
span { border-color: rgb(122,222,73); }
td.TdClassName
{
border-color: #7ADE49;
}
.TagClassName
{
border-color: #7ADE49;
}
</style>