Shades of Mantis #79C245
Tints of Mantis #79C245
RGB
CMYK
RGB Variations
Color information
#79C245 (or 0x79C245) is known color: Mantis. HEX triplet: 79, C2 and 45. RGB value is (121,194,69). Sum of RGB (Red+Green+Blue) = 121+194+69=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #79C245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C245 is #863DBA. Grayscale: #9E9E9E. Windows color (decimal): -8797627 or 4571769. OLE color: 4571769.
HSL color Cylindrical-coordinate representation of color #79C245: hue angle of 95.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79C245 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 69 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.24 |
| HSL | 95.04º | 0.51% | 0.52% | - |
| HSV(B) | 95.04º | 0.64% | 0.76% | - |
| XYZ | 28.25 | 43.08 | 12.46 | - |
| YUV | 157.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 69 | 0.38 | 0 | 0.64 | 0.24 | 95.04 | 0.51 | 0.52 |
| Hex | 79 | C2 | 45 | 26 | 0 | 40 | 18 | 5F | 33 | 34 |
| Octal | 171 | 302 | 105 | 46 | 0 | 100 | 30 | 137 | 63 | 64 |
| Binary | 1111001 | 11000010 | 1000101 | 100110 | 0 | 1000000 | 11000 | 1011111 | 110011 | 110100 |
Color Harmonies of #79C245
Complementary color
Monochromatic Colors of #79C245
Black with #79C245
Text Example
Text Example
White with #79C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C245; }
p { color: rgb(121,194,69); }
H1.HeaderClassName
{
color: #79C245;
}
.AnyTagClassName
{
color: #79C245;
}
</style>
background-color css
<style>
a { background-color: #79C245; }
a { background-color: rgb(121,194,69); }
div.DivClassName
{
background-color: #79C245;
}
.BgClassName
{
background-color: #79C245;
}
</style>
border-color css
<style>
span { border-color: #79C245; }
span { border-color: rgb(121,194,69); }
td.TdClassName
{
border-color: #79C245;
}
.TagClassName
{
border-color: #79C245;
}
</style>