Shades of Mantis #79C05B
Tints of Mantis #79C05B
RGB
CMYK
RGB Variations
Color information
#79C05B (or 0x79C05B) is known color: Mantis. HEX triplet: 79, C0 and 5B. RGB value is (121,192,91). Sum of RGB (Red+Green+Blue) = 121+192+91=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #79C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C05B is #863FA4. Grayscale: #9F9F9F. Windows color (decimal): -8798117 or 6013049. OLE color: 6013049.
HSL color Cylindrical-coordinate representation of color #79C05B: hue angle of 102.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79C05B is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 91 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.25 |
| HSL | 102.18º | 0.44% | 0.55% | - |
| HSV(B) | 102.18º | 0.53% | 0.75% | - |
| XYZ | 28.62 | 42.52 | 16.6 | - |
| YUV | 159.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 91 | 0.37 | 0 | 0.53 | 0.25 | 102.18 | 0.44 | 0.55 |
| Hex | 79 | C0 | 5B | 25 | 0 | 35 | 19 | 66 | 2C | 37 |
| Octal | 171 | 300 | 133 | 45 | 0 | 65 | 31 | 146 | 54 | 67 |
| Binary | 1111001 | 11000000 | 1011011 | 100101 | 0 | 110101 | 11001 | 1100110 | 101100 | 110111 |
Color Harmonies of #79C05B
Complementary color
Monochromatic Colors of #79C05B
Black with #79C05B
Text Example
Text Example
White with #79C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C05B; }
p { color: rgb(121,192,91); }
H1.HeaderClassName
{
color: #79C05B;
}
.AnyTagClassName
{
color: #79C05B;
}
</style>
background-color css
<style>
a { background-color: #79C05B; }
a { background-color: rgb(121,192,91); }
div.DivClassName
{
background-color: #79C05B;
}
.BgClassName
{
background-color: #79C05B;
}
</style>
border-color css
<style>
span { border-color: #79C05B; }
span { border-color: rgb(121,192,91); }
td.TdClassName
{
border-color: #79C05B;
}
.TagClassName
{
border-color: #79C05B;
}
</style>