Shades of Mantis #7DC949
Tints of Mantis #7DC949
RGB
CMYK
RGB Variations
Color information
#7DC949 (or 0x7DC949) is known color: Mantis. HEX triplet: 7D, C9 and 49. RGB value is (125,201,73). Sum of RGB (Red+Green+Blue) = 125+201+73=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC949 is #8236B6. Grayscale: #A4A4A4. Windows color (decimal): -8533687 or 4835709. OLE color: 4835709.
HSL color Cylindrical-coordinate representation of color #7DC949: hue angle of 95.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DC949 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 73 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.21 |
| HSL | 95.63º | 0.54% | 0.54% | - |
| HSV(B) | 95.63º | 0.64% | 0.79% | - |
| XYZ | 30.55 | 46.61 | 13.69 | - |
| YUV | 163.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 73 | 0.38 | 0 | 0.64 | 0.21 | 95.63 | 0.54 | 0.54 |
| Hex | 7D | C9 | 49 | 26 | 0 | 40 | 15 | 60 | 36 | 36 |
| Octal | 175 | 311 | 111 | 46 | 0 | 100 | 25 | 140 | 66 | 66 |
| Binary | 1111101 | 11001001 | 1001001 | 100110 | 0 | 1000000 | 10101 | 1100000 | 110110 | 110110 |
Color Harmonies of #7DC949
Complementary color
Monochromatic Colors of #7DC949
Black with #7DC949
Text Example
Text Example
White with #7DC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC949; }
p { color: rgb(125,201,73); }
H1.HeaderClassName
{
color: #7DC949;
}
.AnyTagClassName
{
color: #7DC949;
}
</style>
background-color css
<style>
a { background-color: #7DC949; }
a { background-color: rgb(125,201,73); }
div.DivClassName
{
background-color: #7DC949;
}
.BgClassName
{
background-color: #7DC949;
}
</style>
border-color css
<style>
span { border-color: #7DC949; }
span { border-color: rgb(125,201,73); }
td.TdClassName
{
border-color: #7DC949;
}
.TagClassName
{
border-color: #7DC949;
}
</style>