Shades of Mantis #79D45E
Tints of Mantis #79D45E
RGB
CMYK
RGB Variations
Color information
#79D45E (or 0x79D45E) is known color: Mantis. HEX triplet: 79, D4 and 5E. RGB value is (121,212,94). Sum of RGB (Red+Green+Blue) = 121+212+94=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #79D45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79D45E is #862BA1. Grayscale: #ABABAB. Windows color (decimal): -8792994 or 6214777. OLE color: 6214777.
HSL color Cylindrical-coordinate representation of color #79D45E: hue angle of 106.27º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79D45E is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 212 | 94 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.17 |
| HSL | 106.27º | 0.58% | 0.6% | - |
| HSV(B) | 106.27º | 0.56% | 0.83% | - |
| XYZ | 33.45 | 51.96 | 18.86 | - |
| YUV | 171.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 212 | 94 | 0.43 | 0 | 0.56 | 0.17 | 106.27 | 0.58 | 0.6 |
| Hex | 79 | D4 | 5E | 2B | 0 | 38 | 11 | 6A | 3A | 3C |
| Octal | 171 | 324 | 136 | 53 | 0 | 70 | 21 | 152 | 72 | 74 |
| Binary | 1111001 | 11010100 | 1011110 | 101011 | 0 | 111000 | 10001 | 1101010 | 111010 | 111100 |
Color Harmonies of #79D45E
Complementary color
Monochromatic Colors of #79D45E
Black with #79D45E
Text Example
Text Example
White with #79D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D45E; }
p { color: rgb(121,212,94); }
H1.HeaderClassName
{
color: #79D45E;
}
.AnyTagClassName
{
color: #79D45E;
}
</style>
background-color css
<style>
a { background-color: #79D45E; }
a { background-color: rgb(121,212,94); }
div.DivClassName
{
background-color: #79D45E;
}
.BgClassName
{
background-color: #79D45E;
}
</style>
border-color css
<style>
span { border-color: #79D45E; }
span { border-color: rgb(121,212,94); }
td.TdClassName
{
border-color: #79D45E;
}
.TagClassName
{
border-color: #79D45E;
}
</style>