Shades of Mantis #79CE5E
Tints of Mantis #79CE5E
RGB
CMYK
RGB Variations
Color information
#79CE5E (or 0x79CE5E) is known color: Mantis. HEX triplet: 79, CE and 5E. RGB value is (121,206,94). Sum of RGB (Red+Green+Blue) = 121+206+94=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #79CE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79CE5E is #8631A1. Grayscale: #A8A8A8. Windows color (decimal): -8794530 or 6213241. OLE color: 6213241.
HSL color Cylindrical-coordinate representation of color #79CE5E: hue angle of 105.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #79CE5E is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 206 | 94 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.19 |
| HSL | 105.54º | 0.53% | 0.59% | - |
| HSV(B) | 105.54º | 0.54% | 0.81% | - |
| XYZ | 31.98 | 49.02 | 18.37 | - |
| YUV | 167.82 | 86.34 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 94 | 0.41 | 0 | 0.54 | 0.19 | 105.54 | 0.53 | 0.59 |
| Hex | 79 | CE | 5E | 29 | 0 | 36 | 13 | 6A | 35 | 3B |
| Octal | 171 | 316 | 136 | 51 | 0 | 66 | 23 | 152 | 65 | 73 |
| Binary | 1111001 | 11001110 | 1011110 | 101001 | 0 | 110110 | 10011 | 1101010 | 110101 | 111011 |
Color Harmonies of #79CE5E
Complementary color
Monochromatic Colors of #79CE5E
Black with #79CE5E
Text Example
Text Example
White with #79CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CE5E; }
p { color: rgb(121,206,94); }
H1.HeaderClassName
{
color: #79CE5E;
}
.AnyTagClassName
{
color: #79CE5E;
}
</style>
background-color css
<style>
a { background-color: #79CE5E; }
a { background-color: rgb(121,206,94); }
div.DivClassName
{
background-color: #79CE5E;
}
.BgClassName
{
background-color: #79CE5E;
}
</style>
border-color css
<style>
span { border-color: #79CE5E; }
span { border-color: rgb(121,206,94); }
td.TdClassName
{
border-color: #79CE5E;
}
.TagClassName
{
border-color: #79CE5E;
}
</style>