Shades of Mantis #7DC547
Tints of Mantis #7DC547
RGB
CMYK
RGB Variations
Color information
#7DC547 (or 0x7DC547) is known color: Mantis. HEX triplet: 7D, C5 and 47. RGB value is (125,197,71). Sum of RGB (Red+Green+Blue) = 125+197+71=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC547 is #823AB8. Grayscale: #A1A1A1. Windows color (decimal): -8534713 or 4703613. OLE color: 4703613.
HSL color Cylindrical-coordinate representation of color #7DC547: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DC547 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 71 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.23 |
| HSL | 94.29º | 0.52% | 0.53% | - |
| HSV(B) | 94.29º | 0.64% | 0.77% | - |
| XYZ | 29.56 | 44.75 | 13.04 | - |
| YUV | 161.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 71 | 0.37 | 0 | 0.64 | 0.23 | 94.29 | 0.52 | 0.53 |
| Hex | 7D | C5 | 47 | 25 | 0 | 40 | 17 | 5E | 34 | 35 |
| Octal | 175 | 305 | 107 | 45 | 0 | 100 | 27 | 136 | 64 | 65 |
| Binary | 1111101 | 11000101 | 1000111 | 100101 | 0 | 1000000 | 10111 | 1011110 | 110100 | 110101 |
Color Harmonies of #7DC547
Complementary color
Monochromatic Colors of #7DC547
Black with #7DC547
Text Example
Text Example
White with #7DC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC547; }
p { color: rgb(125,197,71); }
H1.HeaderClassName
{
color: #7DC547;
}
.AnyTagClassName
{
color: #7DC547;
}
</style>
background-color css
<style>
a { background-color: #7DC547; }
a { background-color: rgb(125,197,71); }
div.DivClassName
{
background-color: #7DC547;
}
.BgClassName
{
background-color: #7DC547;
}
</style>
border-color css
<style>
span { border-color: #7DC547; }
span { border-color: rgb(125,197,71); }
td.TdClassName
{
border-color: #7DC547;
}
.TagClassName
{
border-color: #7DC547;
}
</style>