Shades of Mantis #79C944
Tints of Mantis #79C944
RGB
CMYK
RGB Variations
Color information
#79C944 (or 0x79C944) is known color: Mantis. HEX triplet: 79, C9 and 44. RGB value is (121,201,68). Sum of RGB (Red+Green+Blue) = 121+201+68=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #79C944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C944 is #8636BB. Grayscale: #A2A2A2. Windows color (decimal): -8795836 or 4508025. OLE color: 4508025.
HSL color Cylindrical-coordinate representation of color #79C944: hue angle of 96.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79C944 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 68 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.21 |
| HSL | 96.09º | 0.55% | 0.53% | - |
| HSV(B) | 96.09º | 0.66% | 0.79% | - |
| XYZ | 29.82 | 46.26 | 12.83 | - |
| YUV | 161.92 | 75 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 68 | 0.40 | 0 | 0.66 | 0.21 | 96.09 | 0.55 | 0.53 |
| Hex | 79 | C9 | 44 | 28 | 0 | 42 | 15 | 60 | 37 | 35 |
| Octal | 171 | 311 | 104 | 50 | 0 | 102 | 25 | 140 | 67 | 65 |
| Binary | 1111001 | 11001001 | 1000100 | 101000 | 0 | 1000010 | 10101 | 1100000 | 110111 | 110101 |
Color Harmonies of #79C944
Complementary color
Monochromatic Colors of #79C944
Black with #79C944
Text Example
Text Example
White with #79C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C944; }
p { color: rgb(121,201,68); }
H1.HeaderClassName
{
color: #79C944;
}
.AnyTagClassName
{
color: #79C944;
}
</style>
background-color css
<style>
a { background-color: #79C944; }
a { background-color: rgb(121,201,68); }
div.DivClassName
{
background-color: #79C944;
}
.BgClassName
{
background-color: #79C944;
}
</style>
border-color css
<style>
span { border-color: #79C944; }
span { border-color: rgb(121,201,68); }
td.TdClassName
{
border-color: #79C944;
}
.TagClassName
{
border-color: #79C944;
}
</style>