Shades of Mantis #79C350
Tints of Mantis #79C350
RGB
CMYK
RGB Variations
Color information
#79C350 (or 0x79C350) is known color: Mantis. HEX triplet: 79, C3 and 50. RGB value is (121,195,80). Sum of RGB (Red+Green+Blue) = 121+195+80=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #79C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C350 is #863CAF. Grayscale: #A0A0A0. Windows color (decimal): -8797360 or 5292921. OLE color: 5292921.
HSL color Cylindrical-coordinate representation of color #79C350: hue angle of 98.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79C350 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 195 | 80 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.24 |
| HSL | 98.61º | 0.49% | 0.54% | - |
| HSV(B) | 98.61º | 0.59% | 0.76% | - |
| XYZ | 28.85 | 43.67 | 14.5 | - |
| YUV | 159.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 195 | 80 | 0.38 | 0 | 0.59 | 0.24 | 98.61 | 0.49 | 0.54 |
| Hex | 79 | C3 | 50 | 26 | 0 | 3B | 18 | 63 | 31 | 36 |
| Octal | 171 | 303 | 120 | 46 | 0 | 73 | 30 | 143 | 61 | 66 |
| Binary | 1111001 | 11000011 | 1010000 | 100110 | 0 | 111011 | 11000 | 1100011 | 110001 | 110110 |
Color Harmonies of #79C350
Complementary color
Monochromatic Colors of #79C350
Black with #79C350
Text Example
Text Example
White with #79C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C350; }
p { color: rgb(121,195,80); }
H1.HeaderClassName
{
color: #79C350;
}
.AnyTagClassName
{
color: #79C350;
}
</style>
background-color css
<style>
a { background-color: #79C350; }
a { background-color: rgb(121,195,80); }
div.DivClassName
{
background-color: #79C350;
}
.BgClassName
{
background-color: #79C350;
}
</style>
border-color css
<style>
span { border-color: #79C350; }
span { border-color: rgb(121,195,80); }
td.TdClassName
{
border-color: #79C350;
}
.TagClassName
{
border-color: #79C350;
}
</style>