Shades of Mantis #79C558
Tints of Mantis #79C558
RGB
CMYK
RGB Variations
Color information
#79C558 (or 0x79C558) is known color: Mantis. HEX triplet: 79, C5 and 58. RGB value is (121,197,88). Sum of RGB (Red+Green+Blue) = 121+197+88=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #79C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C558 is #863AA7. Grayscale: #A2A2A2. Windows color (decimal): -8796840 or 5817721. OLE color: 5817721.
HSL color Cylindrical-coordinate representation of color #79C558: hue angle of 101.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79C558 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 88 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.23 |
| HSL | 101.83º | 0.48% | 0.56% | - |
| HSV(B) | 101.83º | 0.55% | 0.77% | - |
| XYZ | 29.61 | 44.7 | 16.3 | - |
| YUV | 161.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 88 | 0.39 | 0 | 0.55 | 0.23 | 101.83 | 0.48 | 0.56 |
| Hex | 79 | C5 | 58 | 27 | 0 | 37 | 17 | 66 | 30 | 38 |
| Octal | 171 | 305 | 130 | 47 | 0 | 67 | 27 | 146 | 60 | 70 |
| Binary | 1111001 | 11000101 | 1011000 | 100111 | 0 | 110111 | 10111 | 1100110 | 110000 | 111000 |
Color Harmonies of #79C558
Complementary color
Monochromatic Colors of #79C558
Black with #79C558
Text Example
Text Example
White with #79C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C558; }
p { color: rgb(121,197,88); }
H1.HeaderClassName
{
color: #79C558;
}
.AnyTagClassName
{
color: #79C558;
}
</style>
background-color css
<style>
a { background-color: #79C558; }
a { background-color: rgb(121,197,88); }
div.DivClassName
{
background-color: #79C558;
}
.BgClassName
{
background-color: #79C558;
}
</style>
border-color css
<style>
span { border-color: #79C558; }
span { border-color: rgb(121,197,88); }
td.TdClassName
{
border-color: #79C558;
}
.TagClassName
{
border-color: #79C558;
}
</style>