Shades of Mantis #7ADC4E
Tints of Mantis #7ADC4E
RGB
CMYK
RGB Variations
Color information
#7ADC4E (or 0x7ADC4E) is known color: Mantis. HEX triplet: 7A, DC and 4E. RGB value is (122,220,78). Sum of RGB (Red+Green+Blue) = 122+220+78=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC4E is #8523B1. Grayscale: #AEAEAE. Windows color (decimal): -8725426 or 5168250. OLE color: 5168250.
HSL color Cylindrical-coordinate representation of color #7ADC4E: hue angle of 101.41º 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 #7ADC4E is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 78 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.14 |
| HSL | 101.41º | 0.67% | 0.58% | - |
| HSV(B) | 101.41º | 0.65% | 0.86% | - |
| XYZ | 34.99 | 55.87 | 16.15 | - |
| YUV | 174.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 78 | 0.45 | 0 | 0.65 | 0.14 | 101.41 | 0.67 | 0.58 |
| Hex | 7A | DC | 4E | 2D | 0 | 41 | E | 65 | 43 | 3A |
| Octal | 172 | 334 | 116 | 55 | 0 | 101 | 16 | 145 | 103 | 72 |
| Binary | 1111010 | 11011100 | 1001110 | 101101 | 0 | 1000001 | 1110 | 1100101 | 1000011 | 111010 |
Color Harmonies of #7ADC4E
Complementary color
Monochromatic Colors of #7ADC4E
Black with #7ADC4E
Text Example
Text Example
White with #7ADC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC4E; }
p { color: rgb(122,220,78); }
H1.HeaderClassName
{
color: #7ADC4E;
}
.AnyTagClassName
{
color: #7ADC4E;
}
</style>
background-color css
<style>
a { background-color: #7ADC4E; }
a { background-color: rgb(122,220,78); }
div.DivClassName
{
background-color: #7ADC4E;
}
.BgClassName
{
background-color: #7ADC4E;
}
</style>
border-color css
<style>
span { border-color: #7ADC4E; }
span { border-color: rgb(122,220,78); }
td.TdClassName
{
border-color: #7ADC4E;
}
.TagClassName
{
border-color: #7ADC4E;
}
</style>