Shades of Mantis #7DC951
Tints of Mantis #7DC951
RGB
CMYK
RGB Variations
Color information
#7DC951 (or 0x7DC951) is known color: Mantis. HEX triplet: 7D, C9 and 51. RGB value is (125,201,81). Sum of RGB (Red+Green+Blue) = 125+201+81=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC951 is #8236AE. Grayscale: #A4A4A4. Windows color (decimal): -8533679 or 5359997. OLE color: 5359997.
HSL color Cylindrical-coordinate representation of color #7DC951: hue angle of 98º 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 #7DC951 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 81 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.21 |
| HSL | 98º | 0.53% | 0.55% | - |
| HSV(B) | 98º | 0.6% | 0.79% | - |
| XYZ | 30.83 | 46.73 | 15.18 | - |
| YUV | 164.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 81 | 0.38 | 0 | 0.60 | 0.21 | 98 | 0.53 | 0.55 |
| Hex | 7D | C9 | 51 | 26 | 0 | 3C | 15 | 62 | 35 | 37 |
| Octal | 175 | 311 | 121 | 46 | 0 | 74 | 25 | 142 | 65 | 67 |
| Binary | 1111101 | 11001001 | 1010001 | 100110 | 0 | 111100 | 10101 | 1100010 | 110101 | 110111 |
Color Harmonies of #7DC951
Complementary color
Monochromatic Colors of #7DC951
Black with #7DC951
Text Example
Text Example
White with #7DC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC951; }
p { color: rgb(125,201,81); }
H1.HeaderClassName
{
color: #7DC951;
}
.AnyTagClassName
{
color: #7DC951;
}
</style>
background-color css
<style>
a { background-color: #7DC951; }
a { background-color: rgb(125,201,81); }
div.DivClassName
{
background-color: #7DC951;
}
.BgClassName
{
background-color: #7DC951;
}
</style>
border-color css
<style>
span { border-color: #7DC951; }
span { border-color: rgb(125,201,81); }
td.TdClassName
{
border-color: #7DC951;
}
.TagClassName
{
border-color: #7DC951;
}
</style>