Shades of Mantis #7DC056
Tints of Mantis #7DC056
RGB
CMYK
RGB Variations
Color information
#7DC056 (or 0x7DC056) is known color: Mantis. HEX triplet: 7D, C0 and 56. RGB value is (125,192,86). Sum of RGB (Red+Green+Blue) = 125+192+86=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC056 is #823FA9. Grayscale: #A0A0A0. Windows color (decimal): -8535978 or 5685373. OLE color: 5685373.
HSL color Cylindrical-coordinate representation of color #7DC056: hue angle of 97.92º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DC056 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 86 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.25 |
| HSL | 97.92º | 0.46% | 0.55% | - |
| HSV(B) | 97.92º | 0.55% | 0.75% | - |
| XYZ | 28.99 | 42.73 | 15.52 | - |
| YUV | 159.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 86 | 0.35 | 0 | 0.55 | 0.25 | 97.92 | 0.46 | 0.55 |
| Hex | 7D | C0 | 56 | 23 | 0 | 37 | 19 | 62 | 2E | 37 |
| Octal | 175 | 300 | 126 | 43 | 0 | 67 | 31 | 142 | 56 | 67 |
| Binary | 1111101 | 11000000 | 1010110 | 100011 | 0 | 110111 | 11001 | 1100010 | 101110 | 110111 |
Color Harmonies of #7DC056
Complementary color
Monochromatic Colors of #7DC056
Black with #7DC056
Text Example
Text Example
White with #7DC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC056; }
p { color: rgb(125,192,86); }
H1.HeaderClassName
{
color: #7DC056;
}
.AnyTagClassName
{
color: #7DC056;
}
</style>
background-color css
<style>
a { background-color: #7DC056; }
a { background-color: rgb(125,192,86); }
div.DivClassName
{
background-color: #7DC056;
}
.BgClassName
{
background-color: #7DC056;
}
</style>
border-color css
<style>
span { border-color: #7DC056; }
span { border-color: rgb(125,192,86); }
td.TdClassName
{
border-color: #7DC056;
}
.TagClassName
{
border-color: #7DC056;
}
</style>