Shades of Mantis #79CA40
Tints of Mantis #79CA40
RGB
CMYK
RGB Variations
Color information
#79CA40 (or 0x79CA40) is known color: Mantis. HEX triplet: 79, CA and 40. RGB value is (121,202,64). Sum of RGB (Red+Green+Blue) = 121+202+64=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #79CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CA40 is #8635BF. Grayscale: #A2A2A2. Windows color (decimal): -8795584 or 4246137. OLE color: 4246137.
HSL color Cylindrical-coordinate representation of color #79CA40: hue angle of 95.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79CA40 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 202 | 64 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.21 |
| HSL | 95.22º | 0.57% | 0.52% | - |
| HSV(B) | 95.22º | 0.68% | 0.79% | - |
| XYZ | 29.93 | 46.68 | 12.28 | - |
| YUV | 162.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 64 | 0.40 | 0 | 0.68 | 0.21 | 95.22 | 0.57 | 0.52 |
| Hex | 79 | CA | 40 | 28 | 0 | 44 | 15 | 5F | 39 | 34 |
| Octal | 171 | 312 | 100 | 50 | 0 | 104 | 25 | 137 | 71 | 64 |
| Binary | 1111001 | 11001010 | 1000000 | 101000 | 0 | 1000100 | 10101 | 1011111 | 111001 | 110100 |
Color Harmonies of #79CA40
Complementary color
Monochromatic Colors of #79CA40
Black with #79CA40
Text Example
Text Example
White with #79CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CA40; }
p { color: rgb(121,202,64); }
H1.HeaderClassName
{
color: #79CA40;
}
.AnyTagClassName
{
color: #79CA40;
}
</style>
background-color css
<style>
a { background-color: #79CA40; }
a { background-color: rgb(121,202,64); }
div.DivClassName
{
background-color: #79CA40;
}
.BgClassName
{
background-color: #79CA40;
}
</style>
border-color css
<style>
span { border-color: #79CA40; }
span { border-color: rgb(121,202,64); }
td.TdClassName
{
border-color: #79CA40;
}
.TagClassName
{
border-color: #79CA40;
}
</style>