Shades of Mantis #7DB44D
Tints of Mantis #7DB44D
RGB
CMYK
RGB Variations
Color information
#7DB44D (or 0x7DB44D) is known color: Mantis. HEX triplet: 7D, B4 and 4D. RGB value is (125,180,77). Sum of RGB (Red+Green+Blue) = 125+180+77=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB44D is #824BB2. Grayscale: #989898. Windows color (decimal): -8539059 or 5092477. OLE color: 5092477.
HSL color Cylindrical-coordinate representation of color #7DB44D: hue angle of 92.04º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DB44D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 77 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.29 |
| HSL | 92.04º | 0.41% | 0.5% | - |
| HSV(B) | 92.04º | 0.57% | 0.71% | - |
| XYZ | 26.12 | 37.54 | 12.89 | - |
| YUV | 151.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 77 | 0.31 | 0 | 0.57 | 0.29 | 92.04 | 0.41 | 0.5 |
| Hex | 7D | B4 | 4D | 1F | 0 | 39 | 1D | 5C | 29 | 32 |
| Octal | 175 | 264 | 115 | 37 | 0 | 71 | 35 | 134 | 51 | 62 |
| Binary | 1111101 | 10110100 | 1001101 | 11111 | 0 | 111001 | 11101 | 1011100 | 101001 | 110010 |
Color Harmonies of #7DB44D
Complementary color
Monochromatic Colors of #7DB44D
Black with #7DB44D
Text Example
Text Example
White with #7DB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB44D; }
p { color: rgb(125,180,77); }
H1.HeaderClassName
{
color: #7DB44D;
}
.AnyTagClassName
{
color: #7DB44D;
}
</style>
background-color css
<style>
a { background-color: #7DB44D; }
a { background-color: rgb(125,180,77); }
div.DivClassName
{
background-color: #7DB44D;
}
.BgClassName
{
background-color: #7DB44D;
}
</style>
border-color css
<style>
span { border-color: #7DB44D; }
span { border-color: rgb(125,180,77); }
td.TdClassName
{
border-color: #7DB44D;
}
.TagClassName
{
border-color: #7DB44D;
}
</style>