Shades of Mantis #7DC050
Tints of Mantis #7DC050
RGB
CMYK
RGB Variations
Color information
#7DC050 (or 0x7DC050) is known color: Mantis. HEX triplet: 7D, C0 and 50. RGB value is (125,192,80). Sum of RGB (Red+Green+Blue) = 125+192+80=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC050 is #823FAF. Grayscale: #9F9F9F. Windows color (decimal): -8535984 or 5292157. OLE color: 5292157.
HSL color Cylindrical-coordinate representation of color #7DC050: hue angle of 95.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DC050 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 80 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.25 |
| HSL | 95.89º | 0.47% | 0.53% | - |
| HSV(B) | 95.89º | 0.58% | 0.75% | - |
| XYZ | 28.76 | 42.64 | 14.3 | - |
| YUV | 159.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 80 | 0.35 | 0 | 0.58 | 0.25 | 95.89 | 0.47 | 0.53 |
| Hex | 7D | C0 | 50 | 23 | 0 | 3A | 19 | 60 | 2F | 35 |
| Octal | 175 | 300 | 120 | 43 | 0 | 72 | 31 | 140 | 57 | 65 |
| Binary | 1111101 | 11000000 | 1010000 | 100011 | 0 | 111010 | 11001 | 1100000 | 101111 | 110101 |
Color Harmonies of #7DC050
Complementary color
Monochromatic Colors of #7DC050
Black with #7DC050
Text Example
Text Example
White with #7DC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC050; }
p { color: rgb(125,192,80); }
H1.HeaderClassName
{
color: #7DC050;
}
.AnyTagClassName
{
color: #7DC050;
}
</style>
background-color css
<style>
a { background-color: #7DC050; }
a { background-color: rgb(125,192,80); }
div.DivClassName
{
background-color: #7DC050;
}
.BgClassName
{
background-color: #7DC050;
}
</style>
border-color css
<style>
span { border-color: #7DC050; }
span { border-color: rgb(125,192,80); }
td.TdClassName
{
border-color: #7DC050;
}
.TagClassName
{
border-color: #7DC050;
}
</style>