Shades of Mantis #79C754
Tints of Mantis #79C754
RGB
CMYK
RGB Variations
Color information
#79C754 (or 0x79C754) is known color: Mantis. HEX triplet: 79, C7 and 54. RGB value is (121,199,84). Sum of RGB (Red+Green+Blue) = 121+199+84=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #79C754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C754 is #8638AB. Grayscale: #A2A2A2. Windows color (decimal): -8796332 or 5556089. OLE color: 5556089.
HSL color Cylindrical-coordinate representation of color #79C754: hue angle of 100.7º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79C754 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 199 | 84 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.22 |
| HSL | 100.7º | 0.51% | 0.55% | - |
| HSV(B) | 100.7º | 0.58% | 0.78% | - |
| XYZ | 29.91 | 45.55 | 15.6 | - |
| YUV | 162.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 199 | 84 | 0.39 | 0 | 0.58 | 0.22 | 100.7 | 0.51 | 0.55 |
| Hex | 79 | C7 | 54 | 27 | 0 | 3A | 16 | 65 | 33 | 37 |
| Octal | 171 | 307 | 124 | 47 | 0 | 72 | 26 | 145 | 63 | 67 |
| Binary | 1111001 | 11000111 | 1010100 | 100111 | 0 | 111010 | 10110 | 1100101 | 110011 | 110111 |
Color Harmonies of #79C754
Complementary color
Monochromatic Colors of #79C754
Black with #79C754
Text Example
Text Example
White with #79C754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C754; }
p { color: rgb(121,199,84); }
H1.HeaderClassName
{
color: #79C754;
}
.AnyTagClassName
{
color: #79C754;
}
</style>
background-color css
<style>
a { background-color: #79C754; }
a { background-color: rgb(121,199,84); }
div.DivClassName
{
background-color: #79C754;
}
.BgClassName
{
background-color: #79C754;
}
</style>
border-color css
<style>
span { border-color: #79C754; }
span { border-color: rgb(121,199,84); }
td.TdClassName
{
border-color: #79C754;
}
.TagClassName
{
border-color: #79C754;
}
</style>