Shades of Mantis #7DC950
Tints of Mantis #7DC950
RGB
CMYK
RGB Variations
Color information
#7DC950 (or 0x7DC950) is known color: Mantis. HEX triplet: 7D, C9 and 50. RGB value is (125,201,80). Sum of RGB (Red+Green+Blue) = 125+201+80=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC950 is #8236AF. Grayscale: #A4A4A4. Windows color (decimal): -8533680 or 5294461. OLE color: 5294461.
HSL color Cylindrical-coordinate representation of color #7DC950: hue angle of 97.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DC950 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 80 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.21 |
| HSL | 97.69º | 0.53% | 0.55% | - |
| HSV(B) | 97.69º | 0.6% | 0.79% | - |
| XYZ | 30.79 | 46.71 | 14.98 | - |
| YUV | 164.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 80 | 0.38 | 0 | 0.60 | 0.21 | 97.69 | 0.53 | 0.55 |
| Hex | 7D | C9 | 50 | 26 | 0 | 3C | 15 | 62 | 35 | 37 |
| Octal | 175 | 311 | 120 | 46 | 0 | 74 | 25 | 142 | 65 | 67 |
| Binary | 1111101 | 11001001 | 1010000 | 100110 | 0 | 111100 | 10101 | 1100010 | 110101 | 110111 |
Color Harmonies of #7DC950
Complementary color
Monochromatic Colors of #7DC950
Black with #7DC950
Text Example
Text Example
White with #7DC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC950; }
p { color: rgb(125,201,80); }
H1.HeaderClassName
{
color: #7DC950;
}
.AnyTagClassName
{
color: #7DC950;
}
</style>
background-color css
<style>
a { background-color: #7DC950; }
a { background-color: rgb(125,201,80); }
div.DivClassName
{
background-color: #7DC950;
}
.BgClassName
{
background-color: #7DC950;
}
</style>
border-color css
<style>
span { border-color: #7DC950; }
span { border-color: rgb(125,201,80); }
td.TdClassName
{
border-color: #7DC950;
}
.TagClassName
{
border-color: #7DC950;
}
</style>