Shades of Mantis #7ADB4D
Tints of Mantis #7ADB4D
RGB
CMYK
RGB Variations
Color information
#7ADB4D (or 0x7ADB4D) is known color: Mantis. HEX triplet: 7A, DB and 4D. RGB value is (122,219,77). Sum of RGB (Red+Green+Blue) = 122+219+77=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADB4D is #8524B2. Grayscale: #AEAEAE. Windows color (decimal): -8725683 or 5102458. OLE color: 5102458.
HSL color Cylindrical-coordinate representation of color #7ADB4D: hue angle of 100.99º degrees, saturation: 0.66, 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 #7ADB4D is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 77 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.14 |
| HSL | 100.99º | 0.66% | 0.58% | - |
| HSV(B) | 100.99º | 0.65% | 0.86% | - |
| XYZ | 34.7 | 55.34 | 15.87 | - |
| YUV | 173.81 | 73.36 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 77 | 0.44 | 0 | 0.65 | 0.14 | 100.99 | 0.66 | 0.58 |
| Hex | 7A | DB | 4D | 2C | 0 | 41 | E | 65 | 42 | 3A |
| Octal | 172 | 333 | 115 | 54 | 0 | 101 | 16 | 145 | 102 | 72 |
| Binary | 1111010 | 11011011 | 1001101 | 101100 | 0 | 1000001 | 1110 | 1100101 | 1000010 | 111010 |
Color Harmonies of #7ADB4D
Complementary color
Monochromatic Colors of #7ADB4D
Black with #7ADB4D
Text Example
Text Example
White with #7ADB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB4D; }
p { color: rgb(122,219,77); }
H1.HeaderClassName
{
color: #7ADB4D;
}
.AnyTagClassName
{
color: #7ADB4D;
}
</style>
background-color css
<style>
a { background-color: #7ADB4D; }
a { background-color: rgb(122,219,77); }
div.DivClassName
{
background-color: #7ADB4D;
}
.BgClassName
{
background-color: #7ADB4D;
}
</style>
border-color css
<style>
span { border-color: #7ADB4D; }
span { border-color: rgb(122,219,77); }
td.TdClassName
{
border-color: #7ADB4D;
}
.TagClassName
{
border-color: #7ADB4D;
}
</style>