Shades of Mantis #79C059
Tints of Mantis #79C059
RGB
CMYK
RGB Variations
Color information
#79C059 (or 0x79C059) is known color: Mantis. HEX triplet: 79, C0 and 59. RGB value is (121,192,89). Sum of RGB (Red+Green+Blue) = 121+192+89=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #79C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C059 is #863FA6. Grayscale: #9F9F9F. Windows color (decimal): -8798119 or 5881977. OLE color: 5881977.
HSL color Cylindrical-coordinate representation of color #79C059: hue angle of 101.36º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #79C059 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 89 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.25 |
| HSL | 101.36º | 0.45% | 0.55% | - |
| HSV(B) | 101.36º | 0.54% | 0.75% | - |
| XYZ | 28.54 | 42.49 | 16.15 | - |
| YUV | 159.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 89 | 0.37 | 0 | 0.54 | 0.25 | 101.36 | 0.45 | 0.55 |
| Hex | 79 | C0 | 59 | 25 | 0 | 36 | 19 | 65 | 2D | 37 |
| Octal | 171 | 300 | 131 | 45 | 0 | 66 | 31 | 145 | 55 | 67 |
| Binary | 1111001 | 11000000 | 1011001 | 100101 | 0 | 110110 | 11001 | 1100101 | 101101 | 110111 |
Color Harmonies of #79C059
Complementary color
Monochromatic Colors of #79C059
Black with #79C059
Text Example
Text Example
White with #79C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C059; }
p { color: rgb(121,192,89); }
H1.HeaderClassName
{
color: #79C059;
}
.AnyTagClassName
{
color: #79C059;
}
</style>
background-color css
<style>
a { background-color: #79C059; }
a { background-color: rgb(121,192,89); }
div.DivClassName
{
background-color: #79C059;
}
.BgClassName
{
background-color: #79C059;
}
</style>
border-color css
<style>
span { border-color: #79C059; }
span { border-color: rgb(121,192,89); }
td.TdClassName
{
border-color: #79C059;
}
.TagClassName
{
border-color: #79C059;
}
</style>