Shades of Mantis #7ABE5B
Tints of Mantis #7ABE5B
RGB
CMYK
RGB Variations
Color information
#7ABE5B (or 0x7ABE5B) is known color: Mantis. HEX triplet: 7A, BE and 5B. RGB value is (122,190,91). Sum of RGB (Red+Green+Blue) = 122+190+91=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE5B is #8541A4. Grayscale: #9E9E9E. Windows color (decimal): -8733093 or 6012538. OLE color: 6012538.
HSL color Cylindrical-coordinate representation of color #7ABE5B: hue angle of 101.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABE5B is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 91 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.25 |
| HSL | 101.21º | 0.43% | 0.55% | - |
| HSV(B) | 101.21º | 0.52% | 0.75% | - |
| XYZ | 28.33 | 41.72 | 16.46 | - |
| YUV | 158.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 91 | 0.36 | 0 | 0.52 | 0.25 | 101.21 | 0.43 | 0.55 |
| Hex | 7A | BE | 5B | 24 | 0 | 34 | 19 | 65 | 2B | 37 |
| Octal | 172 | 276 | 133 | 44 | 0 | 64 | 31 | 145 | 53 | 67 |
| Binary | 1111010 | 10111110 | 1011011 | 100100 | 0 | 110100 | 11001 | 1100101 | 101011 | 110111 |
Color Harmonies of #7ABE5B
Complementary color
Monochromatic Colors of #7ABE5B
Black with #7ABE5B
Text Example
Text Example
White with #7ABE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE5B; }
p { color: rgb(122,190,91); }
H1.HeaderClassName
{
color: #7ABE5B;
}
.AnyTagClassName
{
color: #7ABE5B;
}
</style>
background-color css
<style>
a { background-color: #7ABE5B; }
a { background-color: rgb(122,190,91); }
div.DivClassName
{
background-color: #7ABE5B;
}
.BgClassName
{
background-color: #7ABE5B;
}
</style>
border-color css
<style>
span { border-color: #7ABE5B; }
span { border-color: rgb(122,190,91); }
td.TdClassName
{
border-color: #7ABE5B;
}
.TagClassName
{
border-color: #7ABE5B;
}
</style>