Shades of Mantis #7DC549
Tints of Mantis #7DC549
RGB
CMYK
RGB Variations
Color information
#7DC549 (or 0x7DC549) is known color: Mantis. HEX triplet: 7D, C5 and 49. RGB value is (125,197,73). Sum of RGB (Red+Green+Blue) = 125+197+73=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC549 is #823AB6. Grayscale: #A1A1A1. Windows color (decimal): -8534711 or 4834685. OLE color: 4834685.
HSL color Cylindrical-coordinate representation of color #7DC549: hue angle of 94.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DC549 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 73 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.23 |
| HSL | 94.84º | 0.52% | 0.53% | - |
| HSV(B) | 94.84º | 0.63% | 0.77% | - |
| XYZ | 29.63 | 44.77 | 13.38 | - |
| YUV | 161.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 73 | 0.37 | 0 | 0.63 | 0.23 | 94.84 | 0.52 | 0.53 |
| Hex | 7D | C5 | 49 | 25 | 0 | 3F | 17 | 5F | 34 | 35 |
| Octal | 175 | 305 | 111 | 45 | 0 | 77 | 27 | 137 | 64 | 65 |
| Binary | 1111101 | 11000101 | 1001001 | 100101 | 0 | 111111 | 10111 | 1011111 | 110100 | 110101 |
Color Harmonies of #7DC549
Complementary color
Monochromatic Colors of #7DC549
Black with #7DC549
Text Example
Text Example
White with #7DC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC549; }
p { color: rgb(125,197,73); }
H1.HeaderClassName
{
color: #7DC549;
}
.AnyTagClassName
{
color: #7DC549;
}
</style>
background-color css
<style>
a { background-color: #7DC549; }
a { background-color: rgb(125,197,73); }
div.DivClassName
{
background-color: #7DC549;
}
.BgClassName
{
background-color: #7DC549;
}
</style>
border-color css
<style>
span { border-color: #7DC549; }
span { border-color: rgb(125,197,73); }
td.TdClassName
{
border-color: #7DC549;
}
.TagClassName
{
border-color: #7DC549;
}
</style>