Shades of Mantis #7ABE4A
Tints of Mantis #7ABE4A
RGB
CMYK
RGB Variations
Color information
#7ABE4A (or 0x7ABE4A) is known color: Mantis. HEX triplet: 7A, BE and 4A. RGB value is (122,190,74). Sum of RGB (Red+Green+Blue) = 122+190+74=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE4A is #8541B5. Grayscale: #9C9C9C. Windows color (decimal): -8733110 or 4898426. OLE color: 4898426.
HSL color Cylindrical-coordinate representation of color #7ABE4A: hue angle of 95.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ABE4A is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 74 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.25 |
| HSL | 95.17º | 0.47% | 0.52% | - |
| HSV(B) | 95.17º | 0.61% | 0.75% | - |
| XYZ | 27.68 | 41.46 | 13.02 | - |
| YUV | 156.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 74 | 0.36 | 0 | 0.61 | 0.25 | 95.17 | 0.47 | 0.52 |
| Hex | 7A | BE | 4A | 24 | 0 | 3D | 19 | 5F | 2F | 34 |
| Octal | 172 | 276 | 112 | 44 | 0 | 75 | 31 | 137 | 57 | 64 |
| Binary | 1111010 | 10111110 | 1001010 | 100100 | 0 | 111101 | 11001 | 1011111 | 101111 | 110100 |
Color Harmonies of #7ABE4A
Complementary color
Monochromatic Colors of #7ABE4A
Black with #7ABE4A
Text Example
Text Example
White with #7ABE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE4A; }
p { color: rgb(122,190,74); }
H1.HeaderClassName
{
color: #7ABE4A;
}
.AnyTagClassName
{
color: #7ABE4A;
}
</style>
background-color css
<style>
a { background-color: #7ABE4A; }
a { background-color: rgb(122,190,74); }
div.DivClassName
{
background-color: #7ABE4A;
}
.BgClassName
{
background-color: #7ABE4A;
}
</style>
border-color css
<style>
span { border-color: #7ABE4A; }
span { border-color: rgb(122,190,74); }
td.TdClassName
{
border-color: #7ABE4A;
}
.TagClassName
{
border-color: #7ABE4A;
}
</style>