Shades of Mantis #7ADC4D
Tints of Mantis #7ADC4D
RGB
CMYK
RGB Variations
Color information
#7ADC4D (or 0x7ADC4D) is known color: Mantis. HEX triplet: 7A, DC and 4D. RGB value is (122,220,77). Sum of RGB (Red+Green+Blue) = 122+220+77=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC4D is #8523B2. Grayscale: #AEAEAE. Windows color (decimal): -8725427 or 5102714. OLE color: 5102714.
HSL color Cylindrical-coordinate representation of color #7ADC4D: hue angle of 101.12º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ADC4D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 77 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.14 |
| HSL | 101.12º | 0.67% | 0.58% | - |
| HSV(B) | 101.12º | 0.65% | 0.86% | - |
| XYZ | 34.96 | 55.86 | 15.96 | - |
| YUV | 174.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 77 | 0.45 | 0 | 0.65 | 0.14 | 101.12 | 0.67 | 0.58 |
| Hex | 7A | DC | 4D | 2D | 0 | 41 | E | 65 | 43 | 3A |
| Octal | 172 | 334 | 115 | 55 | 0 | 101 | 16 | 145 | 103 | 72 |
| Binary | 1111010 | 11011100 | 1001101 | 101101 | 0 | 1000001 | 1110 | 1100101 | 1000011 | 111010 |
Color Harmonies of #7ADC4D
Complementary color
Monochromatic Colors of #7ADC4D
Black with #7ADC4D
Text Example
Text Example
White with #7ADC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC4D; }
p { color: rgb(122,220,77); }
H1.HeaderClassName
{
color: #7ADC4D;
}
.AnyTagClassName
{
color: #7ADC4D;
}
</style>
background-color css
<style>
a { background-color: #7ADC4D; }
a { background-color: rgb(122,220,77); }
div.DivClassName
{
background-color: #7ADC4D;
}
.BgClassName
{
background-color: #7ADC4D;
}
</style>
border-color css
<style>
span { border-color: #7ADC4D; }
span { border-color: rgb(122,220,77); }
td.TdClassName
{
border-color: #7ADC4D;
}
.TagClassName
{
border-color: #7ADC4D;
}
</style>