Shades of Mantis #7AD149
Tints of Mantis #7AD149
RGB
CMYK
RGB Variations
Color information
#7AD149 (or 0x7AD149) is known color: Mantis. HEX triplet: 7A, D1 and 49. RGB value is (122,209,73). Sum of RGB (Red+Green+Blue) = 122+209+73=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD149 is #852EB6. Grayscale: #A7A7A7. Windows color (decimal): -8728247 or 4837754. OLE color: 4837754.
HSL color Cylindrical-coordinate representation of color #7AD149: hue angle of 98.38º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AD149 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 73 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.18 |
| HSL | 98.38º | 0.6% | 0.55% | - |
| HSV(B) | 98.38º | 0.65% | 0.82% | - |
| XYZ | 32.03 | 50.22 | 14.31 | - |
| YUV | 167.48 | 74.68 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 73 | 0.42 | 0 | 0.65 | 0.18 | 98.38 | 0.6 | 0.55 |
| Hex | 7A | D1 | 49 | 2A | 0 | 41 | 12 | 62 | 3C | 37 |
| Octal | 172 | 321 | 111 | 52 | 0 | 101 | 22 | 142 | 74 | 67 |
| Binary | 1111010 | 11010001 | 1001001 | 101010 | 0 | 1000001 | 10010 | 1100010 | 111100 | 110111 |
Color Harmonies of #7AD149
Complementary color
Monochromatic Colors of #7AD149
Black with #7AD149
Text Example
Text Example
White with #7AD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD149; }
p { color: rgb(122,209,73); }
H1.HeaderClassName
{
color: #7AD149;
}
.AnyTagClassName
{
color: #7AD149;
}
</style>
background-color css
<style>
a { background-color: #7AD149; }
a { background-color: rgb(122,209,73); }
div.DivClassName
{
background-color: #7AD149;
}
.BgClassName
{
background-color: #7AD149;
}
</style>
border-color css
<style>
span { border-color: #7AD149; }
span { border-color: rgb(122,209,73); }
td.TdClassName
{
border-color: #7AD149;
}
.TagClassName
{
border-color: #7AD149;
}
</style>