Shades of Mantis #79C260
Tints of Mantis #79C260
RGB
CMYK
RGB Variations
Color information
#79C260 (or 0x79C260) is known color: Mantis. HEX triplet: 79, C2 and 60. RGB value is (121,194,96). Sum of RGB (Red+Green+Blue) = 121+194+96=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #79C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C260 is #863D9F. Grayscale: #A1A1A1. Windows color (decimal): -8797600 or 6341241. OLE color: 6341241.
HSL color Cylindrical-coordinate representation of color #79C260: hue angle of 104.69º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79C260 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 96 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.24 |
| HSL | 104.69º | 0.45% | 0.57% | - |
| HSV(B) | 104.69º | 0.51% | 0.76% | - |
| XYZ | 29.29 | 43.49 | 17.92 | - |
| YUV | 161 | 91.32 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 96 | 0.38 | 0 | 0.51 | 0.24 | 104.69 | 0.45 | 0.57 |
| Hex | 79 | C2 | 60 | 26 | 0 | 33 | 18 | 69 | 2D | 39 |
| Octal | 171 | 302 | 140 | 46 | 0 | 63 | 30 | 151 | 55 | 71 |
| Binary | 1111001 | 11000010 | 1100000 | 100110 | 0 | 110011 | 11000 | 1101001 | 101101 | 111001 |
Color Harmonies of #79C260
Complementary color
Monochromatic Colors of #79C260
Black with #79C260
Text Example
Text Example
White with #79C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C260; }
p { color: rgb(121,194,96); }
H1.HeaderClassName
{
color: #79C260;
}
.AnyTagClassName
{
color: #79C260;
}
</style>
background-color css
<style>
a { background-color: #79C260; }
a { background-color: rgb(121,194,96); }
div.DivClassName
{
background-color: #79C260;
}
.BgClassName
{
background-color: #79C260;
}
</style>
border-color css
<style>
span { border-color: #79C260; }
span { border-color: rgb(121,194,96); }
td.TdClassName
{
border-color: #79C260;
}
.TagClassName
{
border-color: #79C260;
}
</style>