Shades of Mantis #79DB45
Tints of Mantis #79DB45
RGB
CMYK
RGB Variations
Color information
#79DB45 (or 0x79DB45) is known color: Mantis. HEX triplet: 79, DB and 45. RGB value is (121,219,69). Sum of RGB (Red+Green+Blue) = 121+219+69=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #79DB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79DB45 is #8624BA. Grayscale: #ADADAD. Windows color (decimal): -8791227 or 4578169. OLE color: 4578169.
HSL color Cylindrical-coordinate representation of color #79DB45: hue angle of 99.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79DB45 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 219 | 69 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.14 |
| HSL | 99.2º | 0.68% | 0.56% | - |
| HSV(B) | 99.2º | 0.68% | 0.86% | - |
| XYZ | 34.29 | 55.16 | 14.47 | - |
| YUV | 172.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 219 | 69 | 0.45 | 0 | 0.68 | 0.14 | 99.2 | 0.68 | 0.56 |
| Hex | 79 | DB | 45 | 2D | 0 | 44 | E | 63 | 44 | 38 |
| Octal | 171 | 333 | 105 | 55 | 0 | 104 | 16 | 143 | 104 | 70 |
| Binary | 1111001 | 11011011 | 1000101 | 101101 | 0 | 1000100 | 1110 | 1100011 | 1000100 | 111000 |
Color Harmonies of #79DB45
Complementary color
Monochromatic Colors of #79DB45
Black with #79DB45
Text Example
Text Example
White with #79DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DB45; }
p { color: rgb(121,219,69); }
H1.HeaderClassName
{
color: #79DB45;
}
.AnyTagClassName
{
color: #79DB45;
}
</style>
background-color css
<style>
a { background-color: #79DB45; }
a { background-color: rgb(121,219,69); }
div.DivClassName
{
background-color: #79DB45;
}
.BgClassName
{
background-color: #79DB45;
}
</style>
border-color css
<style>
span { border-color: #79DB45; }
span { border-color: rgb(121,219,69); }
td.TdClassName
{
border-color: #79DB45;
}
.TagClassName
{
border-color: #79DB45;
}
</style>