Shades of Mantis #7DC847
Tints of Mantis #7DC847
RGB
CMYK
RGB Variations
Color information
#7DC847 (or 0x7DC847) is known color: Mantis. HEX triplet: 7D, C8 and 47. RGB value is (125,200,71). Sum of RGB (Red+Green+Blue) = 125+200+71=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC847 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC847 is #8237B8. Grayscale: #A3A3A3. Windows color (decimal): -8533945 or 4704381. OLE color: 4704381.
HSL color Cylindrical-coordinate representation of color #7DC847: hue angle of 94.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DC847 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 71 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.22 |
| HSL | 94.88º | 0.54% | 0.53% | - |
| HSV(B) | 94.88º | 0.65% | 0.78% | - |
| XYZ | 30.25 | 46.12 | 13.27 | - |
| YUV | 162.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 71 | 0.38 | 0 | 0.64 | 0.22 | 94.88 | 0.54 | 0.53 |
| Hex | 7D | C8 | 47 | 26 | 0 | 40 | 16 | 5F | 36 | 35 |
| Octal | 175 | 310 | 107 | 46 | 0 | 100 | 26 | 137 | 66 | 65 |
| Binary | 1111101 | 11001000 | 1000111 | 100110 | 0 | 1000000 | 10110 | 1011111 | 110110 | 110101 |
Color Harmonies of #7DC847
Complementary color
Monochromatic Colors of #7DC847
Black with #7DC847
Text Example
Text Example
White with #7DC847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC847; }
p { color: rgb(125,200,71); }
H1.HeaderClassName
{
color: #7DC847;
}
.AnyTagClassName
{
color: #7DC847;
}
</style>
background-color css
<style>
a { background-color: #7DC847; }
a { background-color: rgb(125,200,71); }
div.DivClassName
{
background-color: #7DC847;
}
.BgClassName
{
background-color: #7DC847;
}
</style>
border-color css
<style>
span { border-color: #7DC847; }
span { border-color: rgb(125,200,71); }
td.TdClassName
{
border-color: #7DC847;
}
.TagClassName
{
border-color: #7DC847;
}
</style>