Shades of Mantis #79CB3E
Tints of Mantis #79CB3E
RGB
CMYK
RGB Variations
Color information
#79CB3E (or 0x79CB3E) is known color: Mantis. HEX triplet: 79, CB and 3E. RGB value is (121,203,62). Sum of RGB (Red+Green+Blue) = 121+203+62=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #79CB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CB3E is #8634C1. Grayscale: #A2A2A2. Windows color (decimal): -8795330 or 4115321. OLE color: 4115321.
HSL color Cylindrical-coordinate representation of color #79CB3E: hue angle of 94.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79CB3E is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 203 | 62 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.20 |
| HSL | 94.89º | 0.58% | 0.52% | - |
| HSV(B) | 94.89º | 0.69% | 0.8% | - |
| XYZ | 30.11 | 47.12 | 12.07 | - |
| YUV | 162.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 203 | 62 | 0.40 | 0 | 0.69 | 0.20 | 94.89 | 0.58 | 0.52 |
| Hex | 79 | CB | 3E | 28 | 0 | 45 | 14 | 5F | 3A | 34 |
| Octal | 171 | 313 | 76 | 50 | 0 | 105 | 24 | 137 | 72 | 64 |
| Binary | 1111001 | 11001011 | 111110 | 101000 | 0 | 1000101 | 10100 | 1011111 | 111010 | 110100 |
Color Harmonies of #79CB3E
Complementary color
Monochromatic Colors of #79CB3E
Black with #79CB3E
Text Example
Text Example
White with #79CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CB3E; }
p { color: rgb(121,203,62); }
H1.HeaderClassName
{
color: #79CB3E;
}
.AnyTagClassName
{
color: #79CB3E;
}
</style>
background-color css
<style>
a { background-color: #79CB3E; }
a { background-color: rgb(121,203,62); }
div.DivClassName
{
background-color: #79CB3E;
}
.BgClassName
{
background-color: #79CB3E;
}
</style>
border-color css
<style>
span { border-color: #79CB3E; }
span { border-color: rgb(121,203,62); }
td.TdClassName
{
border-color: #79CB3E;
}
.TagClassName
{
border-color: #79CB3E;
}
</style>