Shades of Mantis #7ADC4A
Tints of Mantis #7ADC4A
RGB
CMYK
RGB Variations
Color information
#7ADC4A (or 0x7ADC4A) is known color: Mantis. HEX triplet: 7A, DC and 4A. RGB value is (122,220,74). Sum of RGB (Red+Green+Blue) = 122+220+74=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC4A is #8523B5. Grayscale: #AEAEAE. Windows color (decimal): -8725430 or 4906106. OLE color: 4906106.
HSL color Cylindrical-coordinate representation of color #7ADC4A: hue angle of 100.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ADC4A is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 74 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.14 |
| HSL | 100.27º | 0.68% | 0.58% | - |
| HSV(B) | 100.27º | 0.66% | 0.86% | - |
| XYZ | 34.86 | 55.82 | 15.42 | - |
| YUV | 174.05 | 71.53 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 74 | 0.45 | 0 | 0.66 | 0.14 | 100.27 | 0.68 | 0.58 |
| Hex | 7A | DC | 4A | 2D | 0 | 42 | E | 64 | 44 | 3A |
| Octal | 172 | 334 | 112 | 55 | 0 | 102 | 16 | 144 | 104 | 72 |
| Binary | 1111010 | 11011100 | 1001010 | 101101 | 0 | 1000010 | 1110 | 1100100 | 1000100 | 111010 |
Color Harmonies of #7ADC4A
Complementary color
Monochromatic Colors of #7ADC4A
Black with #7ADC4A
Text Example
Text Example
White with #7ADC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC4A; }
p { color: rgb(122,220,74); }
H1.HeaderClassName
{
color: #7ADC4A;
}
.AnyTagClassName
{
color: #7ADC4A;
}
</style>
background-color css
<style>
a { background-color: #7ADC4A; }
a { background-color: rgb(122,220,74); }
div.DivClassName
{
background-color: #7ADC4A;
}
.BgClassName
{
background-color: #7ADC4A;
}
</style>
border-color css
<style>
span { border-color: #7ADC4A; }
span { border-color: rgb(122,220,74); }
td.TdClassName
{
border-color: #7ADC4A;
}
.TagClassName
{
border-color: #7ADC4A;
}
</style>