Shades of Mantis #7AD242
Tints of Mantis #7AD242
RGB
CMYK
RGB Variations
Color information
#7AD242 (or 0x7AD242) is known color: Mantis. HEX triplet: 7A, D2 and 42. RGB value is (122,210,66). Sum of RGB (Red+Green+Blue) = 122+210+66=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD242 is #852DBD. Grayscale: #A7A7A7. Windows color (decimal): -8727998 or 4379258. OLE color: 4379258.
HSL color Cylindrical-coordinate representation of color #7AD242: hue angle of 96.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AD242 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 66 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.18 |
| HSL | 96.67º | 0.62% | 0.54% | - |
| HSV(B) | 96.67º | 0.69% | 0.82% | - |
| XYZ | 32.06 | 50.62 | 13.24 | - |
| YUV | 167.27 | 70.85 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 66 | 0.42 | 0 | 0.69 | 0.18 | 96.67 | 0.62 | 0.54 |
| Hex | 7A | D2 | 42 | 2A | 0 | 45 | 12 | 61 | 3E | 36 |
| Octal | 172 | 322 | 102 | 52 | 0 | 105 | 22 | 141 | 76 | 66 |
| Binary | 1111010 | 11010010 | 1000010 | 101010 | 0 | 1000101 | 10010 | 1100001 | 111110 | 110110 |
Color Harmonies of #7AD242
Complementary color
Monochromatic Colors of #7AD242
Black with #7AD242
Text Example
Text Example
White with #7AD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD242; }
p { color: rgb(122,210,66); }
H1.HeaderClassName
{
color: #7AD242;
}
.AnyTagClassName
{
color: #7AD242;
}
</style>
background-color css
<style>
a { background-color: #7AD242; }
a { background-color: rgb(122,210,66); }
div.DivClassName
{
background-color: #7AD242;
}
.BgClassName
{
background-color: #7AD242;
}
</style>
border-color css
<style>
span { border-color: #7AD242; }
span { border-color: rgb(122,210,66); }
td.TdClassName
{
border-color: #7AD242;
}
.TagClassName
{
border-color: #7AD242;
}
</style>