Shades of Mantis #7DC548
Tints of Mantis #7DC548
RGB
CMYK
RGB Variations
Color information
#7DC548 (or 0x7DC548) is known color: Mantis. HEX triplet: 7D, C5 and 48. RGB value is (125,197,72). Sum of RGB (Red+Green+Blue) = 125+197+72=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC548 is #823AB7. Grayscale: #A1A1A1. Windows color (decimal): -8534712 or 4769149. OLE color: 4769149.
HSL color Cylindrical-coordinate representation of color #7DC548: hue angle of 94.56º 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 #7DC548 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 72 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.23 |
| HSL | 94.56º | 0.52% | 0.53% | - |
| HSV(B) | 94.56º | 0.63% | 0.77% | - |
| XYZ | 29.59 | 44.76 | 13.21 | - |
| YUV | 161.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 72 | 0.37 | 0 | 0.63 | 0.23 | 94.56 | 0.52 | 0.53 |
| Hex | 7D | C5 | 48 | 25 | 0 | 3F | 17 | 5F | 34 | 35 |
| Octal | 175 | 305 | 110 | 45 | 0 | 77 | 27 | 137 | 64 | 65 |
| Binary | 1111101 | 11000101 | 1001000 | 100101 | 0 | 111111 | 10111 | 1011111 | 110100 | 110101 |
Color Harmonies of #7DC548
Complementary color
Monochromatic Colors of #7DC548
Black with #7DC548
Text Example
Text Example
White with #7DC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC548; }
p { color: rgb(125,197,72); }
H1.HeaderClassName
{
color: #7DC548;
}
.AnyTagClassName
{
color: #7DC548;
}
</style>
background-color css
<style>
a { background-color: #7DC548; }
a { background-color: rgb(125,197,72); }
div.DivClassName
{
background-color: #7DC548;
}
.BgClassName
{
background-color: #7DC548;
}
</style>
border-color css
<style>
span { border-color: #7DC548; }
span { border-color: rgb(125,197,72); }
td.TdClassName
{
border-color: #7DC548;
}
.TagClassName
{
border-color: #7DC548;
}
</style>