Shades of Mantis #7AE550
Tints of Mantis #7AE550
RGB
CMYK
RGB Variations
Color information
#7AE550 (or 0x7AE550) is known color: Mantis. HEX triplet: 7A, E5 and 50. RGB value is (122,229,80). Sum of RGB (Red+Green+Blue) = 122+229+80=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE550 is #851AAF. Grayscale: #B4B4B4. Windows color (decimal): -8723120 or 5301626. OLE color: 5301626.
HSL color Cylindrical-coordinate representation of color #7AE550: hue angle of 103.09º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AE550 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 80 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.10 |
| HSL | 103.09º | 0.74% | 0.61% | - |
| HSV(B) | 103.09º | 0.65% | 0.9% | - |
| XYZ | 37.49 | 60.76 | 17.34 | - |
| YUV | 180.02 | 71.55 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 80 | 0.47 | 0 | 0.65 | 0.10 | 103.09 | 0.74 | 0.61 |
| Hex | 7A | E5 | 50 | 2F | 0 | 41 | A | 67 | 4A | 3D |
| Octal | 172 | 345 | 120 | 57 | 0 | 101 | 12 | 147 | 112 | 75 |
| Binary | 1111010 | 11100101 | 1010000 | 101111 | 0 | 1000001 | 1010 | 1100111 | 1001010 | 111101 |
Color Harmonies of #7AE550
Complementary color
Monochromatic Colors of #7AE550
Black with #7AE550
Text Example
Text Example
White with #7AE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE550; }
p { color: rgb(122,229,80); }
H1.HeaderClassName
{
color: #7AE550;
}
.AnyTagClassName
{
color: #7AE550;
}
</style>
background-color css
<style>
a { background-color: #7AE550; }
a { background-color: rgb(122,229,80); }
div.DivClassName
{
background-color: #7AE550;
}
.BgClassName
{
background-color: #7AE550;
}
</style>
border-color css
<style>
span { border-color: #7AE550; }
span { border-color: rgb(122,229,80); }
td.TdClassName
{
border-color: #7AE550;
}
.TagClassName
{
border-color: #7AE550;
}
</style>