Shades of Mantis #79DF49
Tints of Mantis #79DF49
RGB
CMYK
RGB Variations
Color information
#79DF49 (or 0x79DF49) is known color: Mantis. HEX triplet: 79, DF and 49. RGB value is (121,223,73). Sum of RGB (Red+Green+Blue) = 121+223+73=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #79DF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79DF49 is #8620B6. Grayscale: #AFAFAF. Windows color (decimal): -8790199 or 4841337. OLE color: 4841337.
HSL color Cylindrical-coordinate representation of color #79DF49: hue angle of 100.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79DF49 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 223 | 73 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.13 |
| HSL | 100.8º | 0.7% | 0.58% | - |
| HSV(B) | 100.8º | 0.67% | 0.87% | - |
| XYZ | 35.48 | 57.32 | 15.5 | - |
| YUV | 175.4 | 70.21 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 223 | 73 | 0.46 | 0 | 0.67 | 0.13 | 100.8 | 0.7 | 0.58 |
| Hex | 79 | DF | 49 | 2E | 0 | 43 | D | 65 | 46 | 3A |
| Octal | 171 | 337 | 111 | 56 | 0 | 103 | 15 | 145 | 106 | 72 |
| Binary | 1111001 | 11011111 | 1001001 | 101110 | 0 | 1000011 | 1101 | 1100101 | 1000110 | 111010 |
Color Harmonies of #79DF49
Complementary color
Monochromatic Colors of #79DF49
Black with #79DF49
Text Example
Text Example
White with #79DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DF49; }
p { color: rgb(121,223,73); }
H1.HeaderClassName
{
color: #79DF49;
}
.AnyTagClassName
{
color: #79DF49;
}
</style>
background-color css
<style>
a { background-color: #79DF49; }
a { background-color: rgb(121,223,73); }
div.DivClassName
{
background-color: #79DF49;
}
.BgClassName
{
background-color: #79DF49;
}
</style>
border-color css
<style>
span { border-color: #79DF49; }
span { border-color: rgb(121,223,73); }
td.TdClassName
{
border-color: #79DF49;
}
.TagClassName
{
border-color: #79DF49;
}
</style>