Shades of Mantis #7AE145
Tints of Mantis #7AE145
RGB
CMYK
RGB Variations
Color information
#7AE145 (or 0x7AE145) is known color: Mantis. HEX triplet: 7A, E1 and 45. RGB value is (122,225,69). Sum of RGB (Red+Green+Blue) = 122+225+69=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AE145 is #851EBA. Grayscale: #B0B0B0. Windows color (decimal): -8724155 or 4579706. OLE color: 4579706.
HSL color Cylindrical-coordinate representation of color #7AE145: hue angle of 99.62º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AE145 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 69 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.12 |
| HSL | 99.62º | 0.72% | 0.58% | - |
| HSV(B) | 99.62º | 0.69% | 0.88% | - |
| XYZ | 36.03 | 58.42 | 15.01 | - |
| YUV | 176.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 69 | 0.46 | 0 | 0.69 | 0.12 | 99.62 | 0.72 | 0.58 |
| Hex | 7A | E1 | 45 | 2E | 0 | 45 | C | 64 | 48 | 3A |
| Octal | 172 | 341 | 105 | 56 | 0 | 105 | 14 | 144 | 110 | 72 |
| Binary | 1111010 | 11100001 | 1000101 | 101110 | 0 | 1000101 | 1100 | 1100100 | 1001000 | 111010 |
Color Harmonies of #7AE145
Complementary color
Monochromatic Colors of #7AE145
Black with #7AE145
Text Example
Text Example
White with #7AE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE145; }
p { color: rgb(122,225,69); }
H1.HeaderClassName
{
color: #7AE145;
}
.AnyTagClassName
{
color: #7AE145;
}
</style>
background-color css
<style>
a { background-color: #7AE145; }
a { background-color: rgb(122,225,69); }
div.DivClassName
{
background-color: #7AE145;
}
.BgClassName
{
background-color: #7AE145;
}
</style>
border-color css
<style>
span { border-color: #7AE145; }
span { border-color: rgb(122,225,69); }
td.TdClassName
{
border-color: #7AE145;
}
.TagClassName
{
border-color: #7AE145;
}
</style>