Shades of Mantis #79D54A
Tints of Mantis #79D54A
RGB
CMYK
RGB Variations
Color information
#79D54A (or 0x79D54A) is known color: Mantis. HEX triplet: 79, D5 and 4A. RGB value is (121,213,74). Sum of RGB (Red+Green+Blue) = 121+213+74=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #79D54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79D54A is #862AB5. Grayscale: #AAAAAA. Windows color (decimal): -8792758 or 4904313. OLE color: 4904313.
HSL color Cylindrical-coordinate representation of color #79D54A: hue angle of 99.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79D54A is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 213 | 74 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.16 |
| HSL | 99.71º | 0.62% | 0.56% | - |
| HSV(B) | 99.71º | 0.65% | 0.84% | - |
| XYZ | 32.92 | 52.15 | 14.81 | - |
| YUV | 169.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 213 | 74 | 0.43 | 0 | 0.65 | 0.16 | 99.71 | 0.62 | 0.56 |
| Hex | 79 | D5 | 4A | 2B | 0 | 41 | 10 | 64 | 3E | 38 |
| Octal | 171 | 325 | 112 | 53 | 0 | 101 | 20 | 144 | 76 | 70 |
| Binary | 1111001 | 11010101 | 1001010 | 101011 | 0 | 1000001 | 10000 | 1100100 | 111110 | 111000 |
Color Harmonies of #79D54A
Complementary color
Monochromatic Colors of #79D54A
Black with #79D54A
Text Example
Text Example
White with #79D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D54A; }
p { color: rgb(121,213,74); }
H1.HeaderClassName
{
color: #79D54A;
}
.AnyTagClassName
{
color: #79D54A;
}
</style>
background-color css
<style>
a { background-color: #79D54A; }
a { background-color: rgb(121,213,74); }
div.DivClassName
{
background-color: #79D54A;
}
.BgClassName
{
background-color: #79D54A;
}
</style>
border-color css
<style>
span { border-color: #79D54A; }
span { border-color: rgb(121,213,74); }
td.TdClassName
{
border-color: #79D54A;
}
.TagClassName
{
border-color: #79D54A;
}
</style>