Shades of Mantis #7ADC44
Tints of Mantis #7ADC44
RGB
CMYK
RGB Variations
Color information
#7ADC44 (or 0x7ADC44) is known color: Mantis. HEX triplet: 7A, DC and 44. RGB value is (122,220,68). Sum of RGB (Red+Green+Blue) = 122+220+68=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC44 is #8523BB. Grayscale: #ADADAD. Windows color (decimal): -8725436 or 4512890. OLE color: 4512890.
HSL color Cylindrical-coordinate representation of color #7ADC44: hue angle of 98.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ADC44 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 68 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.14 |
| HSL | 98.68º | 0.68% | 0.56% | - |
| HSV(B) | 98.68º | 0.69% | 0.86% | - |
| XYZ | 34.66 | 55.74 | 14.4 | - |
| YUV | 173.37 | 68.53 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 68 | 0.45 | 0 | 0.69 | 0.14 | 98.68 | 0.68 | 0.56 |
| Hex | 7A | DC | 44 | 2D | 0 | 45 | E | 63 | 44 | 38 |
| Octal | 172 | 334 | 104 | 55 | 0 | 105 | 16 | 143 | 104 | 70 |
| Binary | 1111010 | 11011100 | 1000100 | 101101 | 0 | 1000101 | 1110 | 1100011 | 1000100 | 111000 |
Color Harmonies of #7ADC44
Complementary color
Monochromatic Colors of #7ADC44
Black with #7ADC44
Text Example
Text Example
White with #7ADC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC44; }
p { color: rgb(122,220,68); }
H1.HeaderClassName
{
color: #7ADC44;
}
.AnyTagClassName
{
color: #7ADC44;
}
</style>
background-color css
<style>
a { background-color: #7ADC44; }
a { background-color: rgb(122,220,68); }
div.DivClassName
{
background-color: #7ADC44;
}
.BgClassName
{
background-color: #7ADC44;
}
</style>
border-color css
<style>
span { border-color: #7ADC44; }
span { border-color: rgb(122,220,68); }
td.TdClassName
{
border-color: #7ADC44;
}
.TagClassName
{
border-color: #7ADC44;
}
</style>