Shades of Mantis #79C550
Tints of Mantis #79C550
RGB
CMYK
RGB Variations
Color information
#79C550 (or 0x79C550) is known color: Mantis. HEX triplet: 79, C5 and 50. RGB value is (121,197,80). Sum of RGB (Red+Green+Blue) = 121+197+80=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #79C550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C550 is #863AAF. Grayscale: #A1A1A1. Windows color (decimal): -8796848 or 5293433. OLE color: 5293433.
HSL color Cylindrical-coordinate representation of color #79C550: hue angle of 98.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79C550 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 80 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.23 |
| HSL | 98.97º | 0.5% | 0.54% | - |
| HSV(B) | 98.97º | 0.59% | 0.77% | - |
| XYZ | 29.3 | 44.58 | 14.65 | - |
| YUV | 160.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 80 | 0.39 | 0 | 0.59 | 0.23 | 98.97 | 0.5 | 0.54 |
| Hex | 79 | C5 | 50 | 27 | 0 | 3B | 17 | 63 | 32 | 36 |
| Octal | 171 | 305 | 120 | 47 | 0 | 73 | 27 | 143 | 62 | 66 |
| Binary | 1111001 | 11000101 | 1010000 | 100111 | 0 | 111011 | 10111 | 1100011 | 110010 | 110110 |
Color Harmonies of #79C550
Complementary color
Monochromatic Colors of #79C550
Black with #79C550
Text Example
Text Example
White with #79C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C550; }
p { color: rgb(121,197,80); }
H1.HeaderClassName
{
color: #79C550;
}
.AnyTagClassName
{
color: #79C550;
}
</style>
background-color css
<style>
a { background-color: #79C550; }
a { background-color: rgb(121,197,80); }
div.DivClassName
{
background-color: #79C550;
}
.BgClassName
{
background-color: #79C550;
}
</style>
border-color css
<style>
span { border-color: #79C550; }
span { border-color: rgb(121,197,80); }
td.TdClassName
{
border-color: #79C550;
}
.TagClassName
{
border-color: #79C550;
}
</style>