Shades of Mantis #7DC156
Tints of Mantis #7DC156
RGB
CMYK
RGB Variations
Color information
#7DC156 (or 0x7DC156) is known color: Mantis. HEX triplet: 7D, C1 and 56. RGB value is (125,193,86). Sum of RGB (Red+Green+Blue) = 125+193+86=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC156 is #823EA9. Grayscale: #A0A0A0. Windows color (decimal): -8535722 or 5685629. OLE color: 5685629.
HSL color Cylindrical-coordinate representation of color #7DC156: hue angle of 98.13º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DC156 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 86 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.24 |
| HSL | 98.13º | 0.46% | 0.55% | - |
| HSV(B) | 98.13º | 0.55% | 0.76% | - |
| XYZ | 29.21 | 43.17 | 15.6 | - |
| YUV | 160.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 86 | 0.35 | 0 | 0.55 | 0.24 | 98.13 | 0.46 | 0.55 |
| Hex | 7D | C1 | 56 | 23 | 0 | 37 | 18 | 62 | 2E | 37 |
| Octal | 175 | 301 | 126 | 43 | 0 | 67 | 30 | 142 | 56 | 67 |
| Binary | 1111101 | 11000001 | 1010110 | 100011 | 0 | 110111 | 11000 | 1100010 | 101110 | 110111 |
Color Harmonies of #7DC156
Complementary color
Monochromatic Colors of #7DC156
Black with #7DC156
Text Example
Text Example
White with #7DC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC156; }
p { color: rgb(125,193,86); }
H1.HeaderClassName
{
color: #7DC156;
}
.AnyTagClassName
{
color: #7DC156;
}
</style>
background-color css
<style>
a { background-color: #7DC156; }
a { background-color: rgb(125,193,86); }
div.DivClassName
{
background-color: #7DC156;
}
.BgClassName
{
background-color: #7DC156;
}
</style>
border-color css
<style>
span { border-color: #7DC156; }
span { border-color: rgb(125,193,86); }
td.TdClassName
{
border-color: #7DC156;
}
.TagClassName
{
border-color: #7DC156;
}
</style>