Shades of Mantis #79C25D
Tints of Mantis #79C25D
RGB
CMYK
RGB Variations
Color information
#79C25D (or 0x79C25D) is known color: Mantis. HEX triplet: 79, C2 and 5D. RGB value is (121,194,93). Sum of RGB (Red+Green+Blue) = 121+194+93=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #79C25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C25D is #863DA2. Grayscale: #A0A0A0. Windows color (decimal): -8797603 or 6144633. OLE color: 6144633.
HSL color Cylindrical-coordinate representation of color #79C25D: hue angle of 103.37º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79C25D is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 93 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.24 |
| HSL | 103.37º | 0.45% | 0.56% | - |
| HSV(B) | 103.37º | 0.52% | 0.76% | - |
| XYZ | 29.15 | 43.44 | 17.2 | - |
| YUV | 160.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 93 | 0.38 | 0 | 0.52 | 0.24 | 103.37 | 0.45 | 0.56 |
| Hex | 79 | C2 | 5D | 26 | 0 | 34 | 18 | 67 | 2D | 38 |
| Octal | 171 | 302 | 135 | 46 | 0 | 64 | 30 | 147 | 55 | 70 |
| Binary | 1111001 | 11000010 | 1011101 | 100110 | 0 | 110100 | 11000 | 1100111 | 101101 | 111000 |
Color Harmonies of #79C25D
Complementary color
Monochromatic Colors of #79C25D
Black with #79C25D
Text Example
Text Example
White with #79C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C25D; }
p { color: rgb(121,194,93); }
H1.HeaderClassName
{
color: #79C25D;
}
.AnyTagClassName
{
color: #79C25D;
}
</style>
background-color css
<style>
a { background-color: #79C25D; }
a { background-color: rgb(121,194,93); }
div.DivClassName
{
background-color: #79C25D;
}
.BgClassName
{
background-color: #79C25D;
}
</style>
border-color css
<style>
span { border-color: #79C25D; }
span { border-color: rgb(121,194,93); }
td.TdClassName
{
border-color: #79C25D;
}
.TagClassName
{
border-color: #79C25D;
}
</style>