Shades of Mantis #7DB847
Tints of Mantis #7DB847
RGB
CMYK
RGB Variations
Color information
#7DB847 (or 0x7DB847) is known color: Mantis. HEX triplet: 7D, B8 and 47. RGB value is (125,184,71). Sum of RGB (Red+Green+Blue) = 125+184+71=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB847 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB847 is #8247B8. Grayscale: #999999. Windows color (decimal): -8538041 or 4700285. OLE color: 4700285.
HSL color Cylindrical-coordinate representation of color #7DB847: hue angle of 91.33º 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 #7DB847 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 71 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.28 |
| HSL | 91.33º | 0.44% | 0.5% | - |
| HSV(B) | 91.33º | 0.61% | 0.72% | - |
| XYZ | 26.74 | 39.1 | 12.1 | - |
| YUV | 153.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 71 | 0.32 | 0 | 0.61 | 0.28 | 91.33 | 0.44 | 0.5 |
| Hex | 7D | B8 | 47 | 20 | 0 | 3D | 1C | 5B | 2C | 32 |
| Octal | 175 | 270 | 107 | 40 | 0 | 75 | 34 | 133 | 54 | 62 |
| Binary | 1111101 | 10111000 | 1000111 | 100000 | 0 | 111101 | 11100 | 1011011 | 101100 | 110010 |
Color Harmonies of #7DB847
Complementary color
Monochromatic Colors of #7DB847
Black with #7DB847
Text Example
Text Example
White with #7DB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB847; }
p { color: rgb(125,184,71); }
H1.HeaderClassName
{
color: #7DB847;
}
.AnyTagClassName
{
color: #7DB847;
}
</style>
background-color css
<style>
a { background-color: #7DB847; }
a { background-color: rgb(125,184,71); }
div.DivClassName
{
background-color: #7DB847;
}
.BgClassName
{
background-color: #7DB847;
}
</style>
border-color css
<style>
span { border-color: #7DB847; }
span { border-color: rgb(125,184,71); }
td.TdClassName
{
border-color: #7DB847;
}
.TagClassName
{
border-color: #7DB847;
}
</style>