Shades of Mantis #7DC56C
Tints of Mantis #7DC56C
RGB
CMYK
RGB Variations
Color information
#7DC56C (or 0x7DC56C) is known color: Mantis. HEX triplet: 7D, C5 and 6C. RGB value is (125,197,108). Sum of RGB (Red+Green+Blue) = 125+197+108=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC56C is #823A93. Grayscale: #A5A5A5. Windows color (decimal): -8534676 or 7128445. OLE color: 7128445.
HSL color Cylindrical-coordinate representation of color #7DC56C: hue angle of 108.54º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DC56C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 108 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.23 |
| HSL | 108.54º | 0.43% | 0.6% | - |
| HSV(B) | 108.54º | 0.45% | 0.77% | - |
| XYZ | 31.13 | 45.38 | 21.3 | - |
| YUV | 165.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 108 | 0.37 | 0 | 0.45 | 0.23 | 108.54 | 0.43 | 0.6 |
| Hex | 7D | C5 | 6C | 25 | 0 | 2D | 17 | 6D | 2B | 3C |
| Octal | 175 | 305 | 154 | 45 | 0 | 55 | 27 | 155 | 53 | 74 |
| Binary | 1111101 | 11000101 | 1101100 | 100101 | 0 | 101101 | 10111 | 1101101 | 101011 | 111100 |
Color Harmonies of #7DC56C
Complementary color
Monochromatic Colors of #7DC56C
Black with #7DC56C
Text Example
Text Example
White with #7DC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC56C; }
p { color: rgb(125,197,108); }
H1.HeaderClassName
{
color: #7DC56C;
}
.AnyTagClassName
{
color: #7DC56C;
}
</style>
background-color css
<style>
a { background-color: #7DC56C; }
a { background-color: rgb(125,197,108); }
div.DivClassName
{
background-color: #7DC56C;
}
.BgClassName
{
background-color: #7DC56C;
}
</style>
border-color css
<style>
span { border-color: #7DC56C; }
span { border-color: rgb(125,197,108); }
td.TdClassName
{
border-color: #7DC56C;
}
.TagClassName
{
border-color: #7DC56C;
}
</style>