Shades of Mantis #79C345
Tints of Mantis #79C345
RGB
CMYK
RGB Variations
Color information
#79C345 (or 0x79C345) is known color: Mantis. HEX triplet: 79, C3 and 45. RGB value is (121,195,69). Sum of RGB (Red+Green+Blue) = 121+195+69=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #79C345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C345 is #863CBA. Grayscale: #9E9E9E. Windows color (decimal): -8797371 or 4572025. OLE color: 4572025.
HSL color Cylindrical-coordinate representation of color #79C345: hue angle of 95.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79C345 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 195 | 69 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.24 |
| HSL | 95.24º | 0.51% | 0.52% | - |
| HSV(B) | 95.24º | 0.65% | 0.76% | - |
| XYZ | 28.47 | 43.52 | 12.53 | - |
| YUV | 158.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 195 | 69 | 0.38 | 0 | 0.65 | 0.24 | 95.24 | 0.51 | 0.52 |
| Hex | 79 | C3 | 45 | 26 | 0 | 41 | 18 | 5F | 33 | 34 |
| Octal | 171 | 303 | 105 | 46 | 0 | 101 | 30 | 137 | 63 | 64 |
| Binary | 1111001 | 11000011 | 1000101 | 100110 | 0 | 1000001 | 11000 | 1011111 | 110011 | 110100 |
Color Harmonies of #79C345
Complementary color
Monochromatic Colors of #79C345
Black with #79C345
Text Example
Text Example
White with #79C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C345; }
p { color: rgb(121,195,69); }
H1.HeaderClassName
{
color: #79C345;
}
.AnyTagClassName
{
color: #79C345;
}
</style>
background-color css
<style>
a { background-color: #79C345; }
a { background-color: rgb(121,195,69); }
div.DivClassName
{
background-color: #79C345;
}
.BgClassName
{
background-color: #79C345;
}
</style>
border-color css
<style>
span { border-color: #79C345; }
span { border-color: rgb(121,195,69); }
td.TdClassName
{
border-color: #79C345;
}
.TagClassName
{
border-color: #79C345;
}
</style>