Shades of Mantis #79C255
Tints of Mantis #79C255
RGB
CMYK
RGB Variations
Color information
#79C255 (or 0x79C255) is known color: Mantis. HEX triplet: 79, C2 and 55. RGB value is (121,194,85). Sum of RGB (Red+Green+Blue) = 121+194+85=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #79C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C255 is #863DAA. Grayscale: #A0A0A0. Windows color (decimal): -8797611 or 5620345. OLE color: 5620345.
HSL color Cylindrical-coordinate representation of color #79C255: hue angle of 100.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79C255 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 85 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.24 |
| HSL | 100.18º | 0.47% | 0.55% | - |
| HSV(B) | 100.18º | 0.56% | 0.76% | - |
| XYZ | 28.82 | 43.3 | 15.43 | - |
| YUV | 159.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 85 | 0.38 | 0 | 0.56 | 0.24 | 100.18 | 0.47 | 0.55 |
| Hex | 79 | C2 | 55 | 26 | 0 | 38 | 18 | 64 | 2F | 37 |
| Octal | 171 | 302 | 125 | 46 | 0 | 70 | 30 | 144 | 57 | 67 |
| Binary | 1111001 | 11000010 | 1010101 | 100110 | 0 | 111000 | 11000 | 1100100 | 101111 | 110111 |
Color Harmonies of #79C255
Complementary color
Monochromatic Colors of #79C255
Black with #79C255
Text Example
Text Example
White with #79C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C255; }
p { color: rgb(121,194,85); }
H1.HeaderClassName
{
color: #79C255;
}
.AnyTagClassName
{
color: #79C255;
}
</style>
background-color css
<style>
a { background-color: #79C255; }
a { background-color: rgb(121,194,85); }
div.DivClassName
{
background-color: #79C255;
}
.BgClassName
{
background-color: #79C255;
}
</style>
border-color css
<style>
span { border-color: #79C255; }
span { border-color: rgb(121,194,85); }
td.TdClassName
{
border-color: #79C255;
}
.TagClassName
{
border-color: #79C255;
}
</style>