Shades of Mantis #7AD25D
Tints of Mantis #7AD25D
RGB
CMYK
RGB Variations
Color information
#7AD25D (or 0x7AD25D) is known color: Mantis. HEX triplet: 7A, D2 and 5D. RGB value is (122,210,93). Sum of RGB (Red+Green+Blue) = 122+210+93=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD25D is #852DA2. Grayscale: #AAAAAA. Windows color (decimal): -8727971 or 6148730. OLE color: 6148730.
HSL color Cylindrical-coordinate representation of color #7AD25D: hue angle of 105.13º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AD25D is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 93 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.18 |
| HSL | 105.13º | 0.57% | 0.59% | - |
| HSV(B) | 105.13º | 0.56% | 0.82% | - |
| XYZ | 33.05 | 51.02 | 18.46 | - |
| YUV | 170.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 93 | 0.42 | 0 | 0.56 | 0.18 | 105.13 | 0.57 | 0.59 |
| Hex | 7A | D2 | 5D | 2A | 0 | 38 | 12 | 69 | 39 | 3B |
| Octal | 172 | 322 | 135 | 52 | 0 | 70 | 22 | 151 | 71 | 73 |
| Binary | 1111010 | 11010010 | 1011101 | 101010 | 0 | 111000 | 10010 | 1101001 | 111001 | 111011 |
Color Harmonies of #7AD25D
Complementary color
Monochromatic Colors of #7AD25D
Black with #7AD25D
Text Example
Text Example
White with #7AD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD25D; }
p { color: rgb(122,210,93); }
H1.HeaderClassName
{
color: #7AD25D;
}
.AnyTagClassName
{
color: #7AD25D;
}
</style>
background-color css
<style>
a { background-color: #7AD25D; }
a { background-color: rgb(122,210,93); }
div.DivClassName
{
background-color: #7AD25D;
}
.BgClassName
{
background-color: #7AD25D;
}
</style>
border-color css
<style>
span { border-color: #7AD25D; }
span { border-color: rgb(122,210,93); }
td.TdClassName
{
border-color: #7AD25D;
}
.TagClassName
{
border-color: #7AD25D;
}
</style>