Shades of Mantis #79C243
Tints of Mantis #79C243
RGB
CMYK
RGB Variations
Color information
#79C243 (or 0x79C243) is known color: Mantis. HEX triplet: 79, C2 and 43. RGB value is (121,194,67). Sum of RGB (Red+Green+Blue) = 121+194+67=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #79C243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C243 is #863DBC. Grayscale: #9E9E9E. Windows color (decimal): -8797629 or 4440697. OLE color: 4440697.
HSL color Cylindrical-coordinate representation of color #79C243: hue angle of 94.49º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79C243 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 67 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.24 |
| HSL | 94.49º | 0.51% | 0.51% | - |
| HSV(B) | 94.49º | 0.65% | 0.76% | - |
| XYZ | 28.19 | 43.05 | 12.13 | - |
| YUV | 157.7 | 76.82 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 67 | 0.38 | 0 | 0.65 | 0.24 | 94.49 | 0.51 | 0.51 |
| Hex | 79 | C2 | 43 | 26 | 0 | 41 | 18 | 5E | 33 | 33 |
| Octal | 171 | 302 | 103 | 46 | 0 | 101 | 30 | 136 | 63 | 63 |
| Binary | 1111001 | 11000010 | 1000011 | 100110 | 0 | 1000001 | 11000 | 1011110 | 110011 | 110011 |
Color Harmonies of #79C243
Complementary color
Monochromatic Colors of #79C243
Black with #79C243
Text Example
Text Example
White with #79C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C243; }
p { color: rgb(121,194,67); }
H1.HeaderClassName
{
color: #79C243;
}
.AnyTagClassName
{
color: #79C243;
}
</style>
background-color css
<style>
a { background-color: #79C243; }
a { background-color: rgb(121,194,67); }
div.DivClassName
{
background-color: #79C243;
}
.BgClassName
{
background-color: #79C243;
}
</style>
border-color css
<style>
span { border-color: #79C243; }
span { border-color: rgb(121,194,67); }
td.TdClassName
{
border-color: #79C243;
}
.TagClassName
{
border-color: #79C243;
}
</style>