Shades of Mantis #79DC49
Tints of Mantis #79DC49
RGB
CMYK
RGB Variations
Color information
#79DC49 (or 0x79DC49) is known color: Mantis. HEX triplet: 79, DC and 49. RGB value is (121,220,73). Sum of RGB (Red+Green+Blue) = 121+220+73=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #79DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79DC49 is #8623B6. Grayscale: #AEAEAE. Windows color (decimal): -8790967 or 4840569. OLE color: 4840569.
HSL color Cylindrical-coordinate representation of color #79DC49: hue angle of 100.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79DC49 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 220 | 73 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.14 |
| HSL | 100.41º | 0.68% | 0.57% | - |
| HSV(B) | 100.41º | 0.67% | 0.86% | - |
| XYZ | 34.68 | 55.73 | 15.23 | - |
| YUV | 173.64 | 71.2 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 73 | 0.45 | 0 | 0.67 | 0.14 | 100.41 | 0.68 | 0.57 |
| Hex | 79 | DC | 49 | 2D | 0 | 43 | E | 64 | 44 | 39 |
| Octal | 171 | 334 | 111 | 55 | 0 | 103 | 16 | 144 | 104 | 71 |
| Binary | 1111001 | 11011100 | 1001001 | 101101 | 0 | 1000011 | 1110 | 1100100 | 1000100 | 111001 |
Color Harmonies of #79DC49
Complementary color
Monochromatic Colors of #79DC49
Black with #79DC49
Text Example
Text Example
White with #79DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DC49; }
p { color: rgb(121,220,73); }
H1.HeaderClassName
{
color: #79DC49;
}
.AnyTagClassName
{
color: #79DC49;
}
</style>
background-color css
<style>
a { background-color: #79DC49; }
a { background-color: rgb(121,220,73); }
div.DivClassName
{
background-color: #79DC49;
}
.BgClassName
{
background-color: #79DC49;
}
</style>
border-color css
<style>
span { border-color: #79DC49; }
span { border-color: rgb(121,220,73); }
td.TdClassName
{
border-color: #79DC49;
}
.TagClassName
{
border-color: #79DC49;
}
</style>