Shades of Mantis #7DC96D
Tints of Mantis #7DC96D
RGB
CMYK
RGB Variations
Color information
#7DC96D (or 0x7DC96D) is known color: Mantis. HEX triplet: 7D, C9 and 6D. RGB value is (125,201,109). Sum of RGB (Red+Green+Blue) = 125+201+109=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC96D is #823692. Grayscale: #A8A8A8. Windows color (decimal): -8533651 or 7195005. OLE color: 7195005.
HSL color Cylindrical-coordinate representation of color #7DC96D: hue angle of 109.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DC96D is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 109 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.21 |
| HSL | 109.57º | 0.46% | 0.61% | - |
| HSV(B) | 109.57º | 0.46% | 0.79% | - |
| XYZ | 32.1 | 47.24 | 21.89 | - |
| YUV | 167.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 109 | 0.38 | 0 | 0.46 | 0.21 | 109.57 | 0.46 | 0.61 |
| Hex | 7D | C9 | 6D | 26 | 0 | 2E | 15 | 6E | 2E | 3D |
| Octal | 175 | 311 | 155 | 46 | 0 | 56 | 25 | 156 | 56 | 75 |
| Binary | 1111101 | 11001001 | 1101101 | 100110 | 0 | 101110 | 10101 | 1101110 | 101110 | 111101 |
Color Harmonies of #7DC96D
Complementary color
Monochromatic Colors of #7DC96D
Black with #7DC96D
Text Example
Text Example
White with #7DC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC96D; }
p { color: rgb(125,201,109); }
H1.HeaderClassName
{
color: #7DC96D;
}
.AnyTagClassName
{
color: #7DC96D;
}
</style>
background-color css
<style>
a { background-color: #7DC96D; }
a { background-color: rgb(125,201,109); }
div.DivClassName
{
background-color: #7DC96D;
}
.BgClassName
{
background-color: #7DC96D;
}
</style>
border-color css
<style>
span { border-color: #7DC96D; }
span { border-color: rgb(125,201,109); }
td.TdClassName
{
border-color: #7DC96D;
}
.TagClassName
{
border-color: #7DC96D;
}
</style>