Shades of Mantis #7ADA3C
Tints of Mantis #7ADA3C
RGB
CMYK
RGB Variations
Color information
#7ADA3C (or 0x7ADA3C) is known color: Mantis. HEX triplet: 7A, DA and 3C. RGB value is (122,218,60). Sum of RGB (Red+Green+Blue) = 122+218+60=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADA3C is #8525C3. Grayscale: #ABABAB. Windows color (decimal): -8725956 or 3988090. OLE color: 3988090.
HSL color Cylindrical-coordinate representation of color #7ADA3C: hue angle of 96.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ADA3C is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 60 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.15 |
| HSL | 96.46º | 0.68% | 0.55% | - |
| HSV(B) | 96.46º | 0.72% | 0.85% | - |
| XYZ | 33.91 | 54.61 | 13.03 | - |
| YUV | 171.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 60 | 0.44 | 0 | 0.72 | 0.15 | 96.46 | 0.68 | 0.55 |
| Hex | 7A | DA | 3C | 2C | 0 | 48 | F | 60 | 44 | 37 |
| Octal | 172 | 332 | 74 | 54 | 0 | 110 | 17 | 140 | 104 | 67 |
| Binary | 1111010 | 11011010 | 111100 | 101100 | 0 | 1001000 | 1111 | 1100000 | 1000100 | 110111 |
Color Harmonies of #7ADA3C
Complementary color
Monochromatic Colors of #7ADA3C
Black with #7ADA3C
Text Example
Text Example
White with #7ADA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADA3C; }
p { color: rgb(122,218,60); }
H1.HeaderClassName
{
color: #7ADA3C;
}
.AnyTagClassName
{
color: #7ADA3C;
}
</style>
background-color css
<style>
a { background-color: #7ADA3C; }
a { background-color: rgb(122,218,60); }
div.DivClassName
{
background-color: #7ADA3C;
}
.BgClassName
{
background-color: #7ADA3C;
}
</style>
border-color css
<style>
span { border-color: #7ADA3C; }
span { border-color: rgb(122,218,60); }
td.TdClassName
{
border-color: #7ADA3C;
}
.TagClassName
{
border-color: #7ADA3C;
}
</style>