Shades of Mantis #7AE845
Tints of Mantis #7AE845
RGB
CMYK
RGB Variations
Color information
#7AE845 (or 0x7AE845) is known color: Mantis. HEX triplet: 7A, E8 and 45. RGB value is (122,232,69). Sum of RGB (Red+Green+Blue) = 122+232+69=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE845 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AE845 is #8517BA. Grayscale: #B5B5B5. Windows color (decimal): -8722363 or 4581498. OLE color: 4581498.
HSL color Cylindrical-coordinate representation of color #7AE845: hue angle of 100.49º 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 #7AE845 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 232 | 69 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.09 |
| HSL | 100.49º | 0.78% | 0.59% | - |
| HSV(B) | 100.49º | 0.7% | 0.91% | - |
| XYZ | 37.96 | 62.28 | 15.65 | - |
| YUV | 180.53 | 65.06 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 232 | 69 | 0.47 | 0 | 0.70 | 0.09 | 100.49 | 0.78 | 0.59 |
| Hex | 7A | E8 | 45 | 2F | 0 | 46 | 9 | 64 | 4E | 3B |
| Octal | 172 | 350 | 105 | 57 | 0 | 106 | 11 | 144 | 116 | 73 |
| Binary | 1111010 | 11101000 | 1000101 | 101111 | 0 | 1000110 | 1001 | 1100100 | 1001110 | 111011 |
Color Harmonies of #7AE845
Complementary color
Monochromatic Colors of #7AE845
Black with #7AE845
Text Example
Text Example
White with #7AE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE845; }
p { color: rgb(122,232,69); }
H1.HeaderClassName
{
color: #7AE845;
}
.AnyTagClassName
{
color: #7AE845;
}
</style>
background-color css
<style>
a { background-color: #7AE845; }
a { background-color: rgb(122,232,69); }
div.DivClassName
{
background-color: #7AE845;
}
.BgClassName
{
background-color: #7AE845;
}
</style>
border-color css
<style>
span { border-color: #7AE845; }
span { border-color: rgb(122,232,69); }
td.TdClassName
{
border-color: #7AE845;
}
.TagClassName
{
border-color: #7AE845;
}
</style>