Shades of Mantis #79D245
Tints of Mantis #79D245
RGB
CMYK
RGB Variations
Color information
#79D245 (or 0x79D245) is known color: Mantis. HEX triplet: 79, D2 and 45. RGB value is (121,210,69). Sum of RGB (Red+Green+Blue) = 121+210+69=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #79D245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79D245 is #862DBA. Grayscale: #A7A7A7. Windows color (decimal): -8793531 or 4575865. OLE color: 4575865.
HSL color Cylindrical-coordinate representation of color #79D245: hue angle of 97.87º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79D245 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 210 | 69 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.18 |
| HSL | 97.87º | 0.61% | 0.55% | - |
| HSV(B) | 97.87º | 0.67% | 0.82% | - |
| XYZ | 32.01 | 50.59 | 13.71 | - |
| YUV | 167.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 210 | 69 | 0.42 | 0 | 0.67 | 0.18 | 97.87 | 0.61 | 0.55 |
| Hex | 79 | D2 | 45 | 2A | 0 | 43 | 12 | 62 | 3D | 37 |
| Octal | 171 | 322 | 105 | 52 | 0 | 103 | 22 | 142 | 75 | 67 |
| Binary | 1111001 | 11010010 | 1000101 | 101010 | 0 | 1000011 | 10010 | 1100010 | 111101 | 110111 |
Color Harmonies of #79D245
Complementary color
Monochromatic Colors of #79D245
Black with #79D245
Text Example
Text Example
White with #79D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D245; }
p { color: rgb(121,210,69); }
H1.HeaderClassName
{
color: #79D245;
}
.AnyTagClassName
{
color: #79D245;
}
</style>
background-color css
<style>
a { background-color: #79D245; }
a { background-color: rgb(121,210,69); }
div.DivClassName
{
background-color: #79D245;
}
.BgClassName
{
background-color: #79D245;
}
</style>
border-color css
<style>
span { border-color: #79D245; }
span { border-color: rgb(121,210,69); }
td.TdClassName
{
border-color: #79D245;
}
.TagClassName
{
border-color: #79D245;
}
</style>