Shades of Mantis #79C562
Tints of Mantis #79C562
RGB
CMYK
RGB Variations
Color information
#79C562 (or 0x79C562) is known color: Mantis. HEX triplet: 79, C5 and 62. RGB value is (121,197,98). Sum of RGB (Red+Green+Blue) = 121+197+98=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #79C562 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C562 is #863A9D. Grayscale: #A3A3A3. Windows color (decimal): -8796830 or 6473081. OLE color: 6473081.
HSL color Cylindrical-coordinate representation of color #79C562: hue angle of 106.06º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79C562 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 98 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.23 |
| HSL | 106.06º | 0.46% | 0.58% | - |
| HSV(B) | 106.06º | 0.5% | 0.77% | - |
| XYZ | 30.06 | 44.88 | 18.63 | - |
| YUV | 162.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 98 | 0.39 | 0 | 0.50 | 0.23 | 106.06 | 0.46 | 0.58 |
| Hex | 79 | C5 | 62 | 27 | 0 | 32 | 17 | 6A | 2E | 3A |
| Octal | 171 | 305 | 142 | 47 | 0 | 62 | 27 | 152 | 56 | 72 |
| Binary | 1111001 | 11000101 | 1100010 | 100111 | 0 | 110010 | 10111 | 1101010 | 101110 | 111010 |
Color Harmonies of #79C562
Complementary color
Monochromatic Colors of #79C562
Black with #79C562
Text Example
Text Example
White with #79C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C562; }
p { color: rgb(121,197,98); }
H1.HeaderClassName
{
color: #79C562;
}
.AnyTagClassName
{
color: #79C562;
}
</style>
background-color css
<style>
a { background-color: #79C562; }
a { background-color: rgb(121,197,98); }
div.DivClassName
{
background-color: #79C562;
}
.BgClassName
{
background-color: #79C562;
}
</style>
border-color css
<style>
span { border-color: #79C562; }
span { border-color: rgb(121,197,98); }
td.TdClassName
{
border-color: #79C562;
}
.TagClassName
{
border-color: #79C562;
}
</style>