Shades of Mantis #7DB748
Tints of Mantis #7DB748
RGB
CMYK
RGB Variations
Color information
#7DB748 (or 0x7DB748) is known color: Mantis. HEX triplet: 7D, B7 and 48. RGB value is (125,183,72). Sum of RGB (Red+Green+Blue) = 125+183+72=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB748 is #8248B7. Grayscale: #999999. Windows color (decimal): -8538296 or 4765565. OLE color: 4765565.
HSL color Cylindrical-coordinate representation of color #7DB748: hue angle of 91.35º 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 #7DB748 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 72 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.28 |
| HSL | 91.35º | 0.44% | 0.5% | - |
| HSV(B) | 91.35º | 0.61% | 0.72% | - |
| XYZ | 26.56 | 38.69 | 12.2 | - |
| YUV | 153 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 72 | 0.32 | 0 | 0.61 | 0.28 | 91.35 | 0.44 | 0.5 |
| Hex | 7D | B7 | 48 | 20 | 0 | 3D | 1C | 5B | 2C | 32 |
| Octal | 175 | 267 | 110 | 40 | 0 | 75 | 34 | 133 | 54 | 62 |
| Binary | 1111101 | 10110111 | 1001000 | 100000 | 0 | 111101 | 11100 | 1011011 | 101100 | 110010 |
Color Harmonies of #7DB748
Complementary color
Monochromatic Colors of #7DB748
Black with #7DB748
Text Example
Text Example
White with #7DB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB748; }
p { color: rgb(125,183,72); }
H1.HeaderClassName
{
color: #7DB748;
}
.AnyTagClassName
{
color: #7DB748;
}
</style>
background-color css
<style>
a { background-color: #7DB748; }
a { background-color: rgb(125,183,72); }
div.DivClassName
{
background-color: #7DB748;
}
.BgClassName
{
background-color: #7DB748;
}
</style>
border-color css
<style>
span { border-color: #7DB748; }
span { border-color: rgb(125,183,72); }
td.TdClassName
{
border-color: #7DB748;
}
.TagClassName
{
border-color: #7DB748;
}
</style>