Shades of Mantis #7ABE5C
Tints of Mantis #7ABE5C
RGB
CMYK
RGB Variations
Color information
#7ABE5C (or 0x7ABE5C) is known color: Mantis. HEX triplet: 7A, BE and 5C. RGB value is (122,190,92). Sum of RGB (Red+Green+Blue) = 122+190+92=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE5C is #8541A3. Grayscale: #9E9E9E. Windows color (decimal): -8733092 or 6078074. OLE color: 6078074.
HSL color Cylindrical-coordinate representation of color #7ABE5C: hue angle of 101.63º 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 #7ABE5C is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 92 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.25 |
| HSL | 101.63º | 0.43% | 0.55% | - |
| HSV(B) | 101.63º | 0.52% | 0.75% | - |
| XYZ | 28.37 | 41.74 | 16.69 | - |
| YUV | 158.5 | 90.47 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 92 | 0.36 | 0 | 0.52 | 0.25 | 101.63 | 0.43 | 0.55 |
| Hex | 7A | BE | 5C | 24 | 0 | 34 | 19 | 66 | 2B | 37 |
| Octal | 172 | 276 | 134 | 44 | 0 | 64 | 31 | 146 | 53 | 67 |
| Binary | 1111010 | 10111110 | 1011100 | 100100 | 0 | 110100 | 11001 | 1100110 | 101011 | 110111 |
Color Harmonies of #7ABE5C
Complementary color
Monochromatic Colors of #7ABE5C
Black with #7ABE5C
Text Example
Text Example
White with #7ABE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE5C; }
p { color: rgb(122,190,92); }
H1.HeaderClassName
{
color: #7ABE5C;
}
.AnyTagClassName
{
color: #7ABE5C;
}
</style>
background-color css
<style>
a { background-color: #7ABE5C; }
a { background-color: rgb(122,190,92); }
div.DivClassName
{
background-color: #7ABE5C;
}
.BgClassName
{
background-color: #7ABE5C;
}
</style>
border-color css
<style>
span { border-color: #7ABE5C; }
span { border-color: rgb(122,190,92); }
td.TdClassName
{
border-color: #7ABE5C;
}
.TagClassName
{
border-color: #7ABE5C;
}
</style>