Shades of Mantis #7DB849
Tints of Mantis #7DB849
RGB
CMYK
RGB Variations
Color information
#7DB849 (or 0x7DB849) is known color: Mantis. HEX triplet: 7D, B8 and 49. RGB value is (125,184,73). Sum of RGB (Red+Green+Blue) = 125+184+73=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB849 is #8247B6. Grayscale: #9A9A9A. Windows color (decimal): -8538039 or 4831357. OLE color: 4831357.
HSL color Cylindrical-coordinate representation of color #7DB849: hue angle of 91.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DB849 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 73 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.28 |
| HSL | 91.89º | 0.44% | 0.5% | - |
| HSV(B) | 91.89º | 0.6% | 0.72% | - |
| XYZ | 26.8 | 39.12 | 12.44 | - |
| YUV | 153.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 73 | 0.32 | 0 | 0.60 | 0.28 | 91.89 | 0.44 | 0.5 |
| Hex | 7D | B8 | 49 | 20 | 0 | 3C | 1C | 5C | 2C | 32 |
| Octal | 175 | 270 | 111 | 40 | 0 | 74 | 34 | 134 | 54 | 62 |
| Binary | 1111101 | 10111000 | 1001001 | 100000 | 0 | 111100 | 11100 | 1011100 | 101100 | 110010 |
Color Harmonies of #7DB849
Complementary color
Monochromatic Colors of #7DB849
Black with #7DB849
Text Example
Text Example
White with #7DB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB849; }
p { color: rgb(125,184,73); }
H1.HeaderClassName
{
color: #7DB849;
}
.AnyTagClassName
{
color: #7DB849;
}
</style>
background-color css
<style>
a { background-color: #7DB849; }
a { background-color: rgb(125,184,73); }
div.DivClassName
{
background-color: #7DB849;
}
.BgClassName
{
background-color: #7DB849;
}
</style>
border-color css
<style>
span { border-color: #7DB849; }
span { border-color: rgb(125,184,73); }
td.TdClassName
{
border-color: #7DB849;
}
.TagClassName
{
border-color: #7DB849;
}
</style>