Shades of Mantis #7ADC49
Tints of Mantis #7ADC49
RGB
CMYK
RGB Variations
Color information
#7ADC49 (or 0x7ADC49) is known color: Mantis. HEX triplet: 7A, DC and 49. RGB value is (122,220,73). Sum of RGB (Red+Green+Blue) = 122+220+73=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC49 is #8523B6. Grayscale: #AEAEAE. Windows color (decimal): -8725431 or 4840570. OLE color: 4840570.
HSL color Cylindrical-coordinate representation of color #7ADC49: hue angle of 100º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ADC49 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 73 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.14 |
| HSL | 100º | 0.68% | 0.57% | - |
| HSV(B) | 100º | 0.67% | 0.86% | - |
| XYZ | 34.82 | 55.81 | 15.24 | - |
| YUV | 173.94 | 71.03 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 73 | 0.45 | 0 | 0.67 | 0.14 | 100 | 0.68 | 0.57 |
| Hex | 7A | DC | 49 | 2D | 0 | 43 | E | 64 | 44 | 39 |
| Octal | 172 | 334 | 111 | 55 | 0 | 103 | 16 | 144 | 104 | 71 |
| Binary | 1111010 | 11011100 | 1001001 | 101101 | 0 | 1000011 | 1110 | 1100100 | 1000100 | 111001 |
Color Harmonies of #7ADC49
Complementary color
Monochromatic Colors of #7ADC49
Black with #7ADC49
Text Example
Text Example
White with #7ADC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC49; }
p { color: rgb(122,220,73); }
H1.HeaderClassName
{
color: #7ADC49;
}
.AnyTagClassName
{
color: #7ADC49;
}
</style>
background-color css
<style>
a { background-color: #7ADC49; }
a { background-color: rgb(122,220,73); }
div.DivClassName
{
background-color: #7ADC49;
}
.BgClassName
{
background-color: #7ADC49;
}
</style>
border-color css
<style>
span { border-color: #7ADC49; }
span { border-color: rgb(122,220,73); }
td.TdClassName
{
border-color: #7ADC49;
}
.TagClassName
{
border-color: #7ADC49;
}
</style>