Shades of Mantis #7DDC60
Tints of Mantis #7DDC60
RGB
CMYK
RGB Variations
Color information
#7DDC60 (or 0x7DDC60) is known color: Mantis. HEX triplet: 7D, DC and 60. RGB value is (125,220,96). Sum of RGB (Red+Green+Blue) = 125+220+96=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC60 is #82239F. Grayscale: #B1B1B1. Windows color (decimal): -8528800 or 6347901. OLE color: 6347901.
HSL color Cylindrical-coordinate representation of color #7DDC60: hue angle of 105.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DDC60 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 96 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.14 |
| HSL | 105.97º | 0.64% | 0.62% | - |
| HSV(B) | 105.97º | 0.56% | 0.86% | - |
| XYZ | 36.16 | 56.39 | 20.04 | - |
| YUV | 177.46 | 82.03 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 96 | 0.43 | 0 | 0.56 | 0.14 | 105.97 | 0.64 | 0.62 |
| Hex | 7D | DC | 60 | 2B | 0 | 38 | E | 6A | 40 | 3E |
| Octal | 175 | 334 | 140 | 53 | 0 | 70 | 16 | 152 | 100 | 76 |
| Binary | 1111101 | 11011100 | 1100000 | 101011 | 0 | 111000 | 1110 | 1101010 | 1000000 | 111110 |
Color Harmonies of #7DDC60
Complementary color
Monochromatic Colors of #7DDC60
Black with #7DDC60
Text Example
Text Example
White with #7DDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC60; }
p { color: rgb(125,220,96); }
H1.HeaderClassName
{
color: #7DDC60;
}
.AnyTagClassName
{
color: #7DDC60;
}
</style>
background-color css
<style>
a { background-color: #7DDC60; }
a { background-color: rgb(125,220,96); }
div.DivClassName
{
background-color: #7DDC60;
}
.BgClassName
{
background-color: #7DDC60;
}
</style>
border-color css
<style>
span { border-color: #7DDC60; }
span { border-color: rgb(125,220,96); }
td.TdClassName
{
border-color: #7DDC60;
}
.TagClassName
{
border-color: #7DDC60;
}
</style>