Shades of Mantis #7ADC4C
Tints of Mantis #7ADC4C
RGB
CMYK
RGB Variations
Color information
#7ADC4C (or 0x7ADC4C) is known color: Mantis. HEX triplet: 7A, DC and 4C. RGB value is (122,220,76). Sum of RGB (Red+Green+Blue) = 122+220+76=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC4C is #8523B3. Grayscale: #AEAEAE. Windows color (decimal): -8725428 or 5037178. OLE color: 5037178.
HSL color Cylindrical-coordinate representation of color #7ADC4C: hue angle of 100.83º 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 #7ADC4C is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 76 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.14 |
| HSL | 100.83º | 0.67% | 0.58% | - |
| HSV(B) | 100.83º | 0.65% | 0.86% | - |
| XYZ | 34.92 | 55.85 | 15.78 | - |
| YUV | 174.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 76 | 0.45 | 0 | 0.65 | 0.14 | 100.83 | 0.67 | 0.58 |
| Hex | 7A | DC | 4C | 2D | 0 | 41 | E | 65 | 43 | 3A |
| Octal | 172 | 334 | 114 | 55 | 0 | 101 | 16 | 145 | 103 | 72 |
| Binary | 1111010 | 11011100 | 1001100 | 101101 | 0 | 1000001 | 1110 | 1100101 | 1000011 | 111010 |
Color Harmonies of #7ADC4C
Complementary color
Monochromatic Colors of #7ADC4C
Black with #7ADC4C
Text Example
Text Example
White with #7ADC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC4C; }
p { color: rgb(122,220,76); }
H1.HeaderClassName
{
color: #7ADC4C;
}
.AnyTagClassName
{
color: #7ADC4C;
}
</style>
background-color css
<style>
a { background-color: #7ADC4C; }
a { background-color: rgb(122,220,76); }
div.DivClassName
{
background-color: #7ADC4C;
}
.BgClassName
{
background-color: #7ADC4C;
}
</style>
border-color css
<style>
span { border-color: #7ADC4C; }
span { border-color: rgb(122,220,76); }
td.TdClassName
{
border-color: #7ADC4C;
}
.TagClassName
{
border-color: #7ADC4C;
}
</style>