Shades of Mantis #7DC556
Tints of Mantis #7DC556
RGB
CMYK
RGB Variations
Color information
#7DC556 (or 0x7DC556) is known color: Mantis. HEX triplet: 7D, C5 and 56. RGB value is (125,197,86). Sum of RGB (Red+Green+Blue) = 125+197+86=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC556 is #823AA9. Grayscale: #A3A3A3. Windows color (decimal): -8534698 or 5686653. OLE color: 5686653.
HSL color Cylindrical-coordinate representation of color #7DC556: hue angle of 98.92º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DC556 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 86 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.23 |
| HSL | 98.92º | 0.49% | 0.55% | - |
| HSV(B) | 98.92º | 0.56% | 0.77% | - |
| XYZ | 30.1 | 44.96 | 15.9 | - |
| YUV | 162.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 86 | 0.37 | 0 | 0.56 | 0.23 | 98.92 | 0.49 | 0.55 |
| Hex | 7D | C5 | 56 | 25 | 0 | 38 | 17 | 63 | 31 | 37 |
| Octal | 175 | 305 | 126 | 45 | 0 | 70 | 27 | 143 | 61 | 67 |
| Binary | 1111101 | 11000101 | 1010110 | 100101 | 0 | 111000 | 10111 | 1100011 | 110001 | 110111 |
Color Harmonies of #7DC556
Complementary color
Monochromatic Colors of #7DC556
Black with #7DC556
Text Example
Text Example
White with #7DC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC556; }
p { color: rgb(125,197,86); }
H1.HeaderClassName
{
color: #7DC556;
}
.AnyTagClassName
{
color: #7DC556;
}
</style>
background-color css
<style>
a { background-color: #7DC556; }
a { background-color: rgb(125,197,86); }
div.DivClassName
{
background-color: #7DC556;
}
.BgClassName
{
background-color: #7DC556;
}
</style>
border-color css
<style>
span { border-color: #7DC556; }
span { border-color: rgb(125,197,86); }
td.TdClassName
{
border-color: #7DC556;
}
.TagClassName
{
border-color: #7DC556;
}
</style>