Shades of Mantis #7ADC48
Tints of Mantis #7ADC48
RGB
CMYK
RGB Variations
Color information
#7ADC48 (or 0x7ADC48) is known color: Mantis. HEX triplet: 7A, DC and 48. RGB value is (122,220,72). Sum of RGB (Red+Green+Blue) = 122+220+72=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC48 is #8523B7. Grayscale: #AEAEAE. Windows color (decimal): -8725432 or 4775034. OLE color: 4775034.
HSL color Cylindrical-coordinate representation of color #7ADC48: hue angle of 99.73º 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 #7ADC48 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 72 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.14 |
| HSL | 99.73º | 0.68% | 0.57% | - |
| HSV(B) | 99.73º | 0.67% | 0.86% | - |
| XYZ | 34.79 | 55.79 | 15.07 | - |
| YUV | 173.83 | 70.53 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 72 | 0.45 | 0 | 0.67 | 0.14 | 99.73 | 0.68 | 0.57 |
| Hex | 7A | DC | 48 | 2D | 0 | 43 | E | 64 | 44 | 39 |
| Octal | 172 | 334 | 110 | 55 | 0 | 103 | 16 | 144 | 104 | 71 |
| Binary | 1111010 | 11011100 | 1001000 | 101101 | 0 | 1000011 | 1110 | 1100100 | 1000100 | 111001 |
Color Harmonies of #7ADC48
Complementary color
Monochromatic Colors of #7ADC48
Black with #7ADC48
Text Example
Text Example
White with #7ADC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC48; }
p { color: rgb(122,220,72); }
H1.HeaderClassName
{
color: #7ADC48;
}
.AnyTagClassName
{
color: #7ADC48;
}
</style>
background-color css
<style>
a { background-color: #7ADC48; }
a { background-color: rgb(122,220,72); }
div.DivClassName
{
background-color: #7ADC48;
}
.BgClassName
{
background-color: #7ADC48;
}
</style>
border-color css
<style>
span { border-color: #7ADC48; }
span { border-color: rgb(122,220,72); }
td.TdClassName
{
border-color: #7ADC48;
}
.TagClassName
{
border-color: #7ADC48;
}
</style>