Shades of Mantis #79C949
Tints of Mantis #79C949
RGB
CMYK
RGB Variations
Color information
#79C949 (or 0x79C949) is known color: Mantis. HEX triplet: 79, C9 and 49. RGB value is (121,201,73). Sum of RGB (Red+Green+Blue) = 121+201+73=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #79C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C949 is #8636B6. Grayscale: #A2A2A2. Windows color (decimal): -8795831 or 4835705. OLE color: 4835705.
HSL color Cylindrical-coordinate representation of color #79C949: hue angle of 97.5º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79C949 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 73 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.21 |
| HSL | 97.5º | 0.54% | 0.54% | - |
| HSV(B) | 97.5º | 0.64% | 0.79% | - |
| XYZ | 29.97 | 46.32 | 13.66 | - |
| YUV | 162.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 73 | 0.40 | 0 | 0.64 | 0.21 | 97.5 | 0.54 | 0.54 |
| Hex | 79 | C9 | 49 | 28 | 0 | 40 | 15 | 62 | 36 | 36 |
| Octal | 171 | 311 | 111 | 50 | 0 | 100 | 25 | 142 | 66 | 66 |
| Binary | 1111001 | 11001001 | 1001001 | 101000 | 0 | 1000000 | 10101 | 1100010 | 110110 | 110110 |
Color Harmonies of #79C949
Complementary color
Monochromatic Colors of #79C949
Black with #79C949
Text Example
Text Example
White with #79C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C949; }
p { color: rgb(121,201,73); }
H1.HeaderClassName
{
color: #79C949;
}
.AnyTagClassName
{
color: #79C949;
}
</style>
background-color css
<style>
a { background-color: #79C949; }
a { background-color: rgb(121,201,73); }
div.DivClassName
{
background-color: #79C949;
}
.BgClassName
{
background-color: #79C949;
}
</style>
border-color css
<style>
span { border-color: #79C949; }
span { border-color: rgb(121,201,73); }
td.TdClassName
{
border-color: #79C949;
}
.TagClassName
{
border-color: #79C949;
}
</style>