Shades of Mantis #7ADB5B
Tints of Mantis #7ADB5B
RGB
CMYK
RGB Variations
Color information
#7ADB5B (or 0x7ADB5B) is known color: Mantis. HEX triplet: 7A, DB and 5B. RGB value is (122,219,91). Sum of RGB (Red+Green+Blue) = 122+219+91=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADB5B is #8524A4. Grayscale: #AFAFAF. Windows color (decimal): -8725669 or 6019962. OLE color: 6019962.
HSL color Cylindrical-coordinate representation of color #7ADB5B: hue angle of 105.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ADB5B is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 91 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.14 |
| HSL | 105.47º | 0.64% | 0.61% | - |
| HSV(B) | 105.47º | 0.58% | 0.86% | - |
| XYZ | 35.25 | 55.56 | 18.76 | - |
| YUV | 175.41 | 80.36 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 91 | 0.44 | 0 | 0.58 | 0.14 | 105.47 | 0.64 | 0.61 |
| Hex | 7A | DB | 5B | 2C | 0 | 3A | E | 69 | 40 | 3D |
| Octal | 172 | 333 | 133 | 54 | 0 | 72 | 16 | 151 | 100 | 75 |
| Binary | 1111010 | 11011011 | 1011011 | 101100 | 0 | 111010 | 1110 | 1101001 | 1000000 | 111101 |
Color Harmonies of #7ADB5B
Complementary color
Monochromatic Colors of #7ADB5B
Black with #7ADB5B
Text Example
Text Example
White with #7ADB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB5B; }
p { color: rgb(122,219,91); }
H1.HeaderClassName
{
color: #7ADB5B;
}
.AnyTagClassName
{
color: #7ADB5B;
}
</style>
background-color css
<style>
a { background-color: #7ADB5B; }
a { background-color: rgb(122,219,91); }
div.DivClassName
{
background-color: #7ADB5B;
}
.BgClassName
{
background-color: #7ADB5B;
}
</style>
border-color css
<style>
span { border-color: #7ADB5B; }
span { border-color: rgb(122,219,91); }
td.TdClassName
{
border-color: #7ADB5B;
}
.TagClassName
{
border-color: #7ADB5B;
}
</style>