Shades of Mantis #7DB747
Tints of Mantis #7DB747
RGB
CMYK
RGB Variations
Color information
#7DB747 (or 0x7DB747) is known color: Mantis. HEX triplet: 7D, B7 and 47. RGB value is (125,183,71). Sum of RGB (Red+Green+Blue) = 125+183+71=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB747 is #8248B8. Grayscale: #999999. Windows color (decimal): -8538297 or 4700029. OLE color: 4700029.
HSL color Cylindrical-coordinate representation of color #7DB747: hue angle of 91.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DB747 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 71 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.28 |
| HSL | 91.07º | 0.44% | 0.5% | - |
| HSV(B) | 91.07º | 0.61% | 0.72% | - |
| XYZ | 26.53 | 38.68 | 12.03 | - |
| YUV | 152.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 71 | 0.32 | 0 | 0.61 | 0.28 | 91.07 | 0.44 | 0.5 |
| Hex | 7D | B7 | 47 | 20 | 0 | 3D | 1C | 5B | 2C | 32 |
| Octal | 175 | 267 | 107 | 40 | 0 | 75 | 34 | 133 | 54 | 62 |
| Binary | 1111101 | 10110111 | 1000111 | 100000 | 0 | 111101 | 11100 | 1011011 | 101100 | 110010 |
Color Harmonies of #7DB747
Complementary color
Monochromatic Colors of #7DB747
Black with #7DB747
Text Example
Text Example
White with #7DB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB747; }
p { color: rgb(125,183,71); }
H1.HeaderClassName
{
color: #7DB747;
}
.AnyTagClassName
{
color: #7DB747;
}
</style>
background-color css
<style>
a { background-color: #7DB747; }
a { background-color: rgb(125,183,71); }
div.DivClassName
{
background-color: #7DB747;
}
.BgClassName
{
background-color: #7DB747;
}
</style>
border-color css
<style>
span { border-color: #7DB747; }
span { border-color: rgb(125,183,71); }
td.TdClassName
{
border-color: #7DB747;
}
.TagClassName
{
border-color: #7DB747;
}
</style>