Shades of Mantis #7AE846
Tints of Mantis #7AE846
RGB
CMYK
RGB Variations
Color information
#7AE846 (or 0x7AE846) is known color: Mantis. HEX triplet: 7A, E8 and 46. RGB value is (122,232,70). Sum of RGB (Red+Green+Blue) = 122+232+70=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE846 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AE846 is #8517B9. Grayscale: #B5B5B5. Windows color (decimal): -8722362 or 4647034. OLE color: 4647034.
HSL color Cylindrical-coordinate representation of color #7AE846: hue angle of 100.74º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AE846 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 232 | 70 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.09 |
| HSL | 100.74º | 0.78% | 0.59% | - |
| HSV(B) | 100.74º | 0.7% | 0.91% | - |
| XYZ | 37.99 | 62.29 | 15.82 | - |
| YUV | 180.64 | 65.56 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 232 | 70 | 0.47 | 0 | 0.70 | 0.09 | 100.74 | 0.78 | 0.59 |
| Hex | 7A | E8 | 46 | 2F | 0 | 46 | 9 | 65 | 4E | 3B |
| Octal | 172 | 350 | 106 | 57 | 0 | 106 | 11 | 145 | 116 | 73 |
| Binary | 1111010 | 11101000 | 1000110 | 101111 | 0 | 1000110 | 1001 | 1100101 | 1001110 | 111011 |
Color Harmonies of #7AE846
Complementary color
Monochromatic Colors of #7AE846
Black with #7AE846
Text Example
Text Example
White with #7AE846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE846; }
p { color: rgb(122,232,70); }
H1.HeaderClassName
{
color: #7AE846;
}
.AnyTagClassName
{
color: #7AE846;
}
</style>
background-color css
<style>
a { background-color: #7AE846; }
a { background-color: rgb(122,232,70); }
div.DivClassName
{
background-color: #7AE846;
}
.BgClassName
{
background-color: #7AE846;
}
</style>
border-color css
<style>
span { border-color: #7AE846; }
span { border-color: rgb(122,232,70); }
td.TdClassName
{
border-color: #7AE846;
}
.TagClassName
{
border-color: #7AE846;
}
</style>