Shades of Mantis #7DD963
Tints of Mantis #7DD963
RGB
CMYK
RGB Variations
Color information
#7DD963 (or 0x7DD963) is known color: Mantis. HEX triplet: 7D, D9 and 63. RGB value is (125,217,99). Sum of RGB (Red+Green+Blue) = 125+217+99=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD963 is #82269C. Grayscale: #B0B0B0. Windows color (decimal): -8529565 or 6543741. OLE color: 6543741.
HSL color Cylindrical-coordinate representation of color #7DD963: hue angle of 106.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DD963 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 99 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.15 |
| HSL | 106.78º | 0.61% | 0.62% | - |
| HSV(B) | 106.78º | 0.54% | 0.85% | - |
| XYZ | 35.52 | 54.89 | 20.53 | - |
| YUV | 176.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 99 | 0.42 | 0 | 0.54 | 0.15 | 106.78 | 0.61 | 0.62 |
| Hex | 7D | D9 | 63 | 2A | 0 | 36 | F | 6B | 3D | 3E |
| Octal | 175 | 331 | 143 | 52 | 0 | 66 | 17 | 153 | 75 | 76 |
| Binary | 1111101 | 11011001 | 1100011 | 101010 | 0 | 110110 | 1111 | 1101011 | 111101 | 111110 |
Color Harmonies of #7DD963
Complementary color
Monochromatic Colors of #7DD963
Black with #7DD963
Text Example
Text Example
White with #7DD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD963; }
p { color: rgb(125,217,99); }
H1.HeaderClassName
{
color: #7DD963;
}
.AnyTagClassName
{
color: #7DD963;
}
</style>
background-color css
<style>
a { background-color: #7DD963; }
a { background-color: rgb(125,217,99); }
div.DivClassName
{
background-color: #7DD963;
}
.BgClassName
{
background-color: #7DD963;
}
</style>
border-color css
<style>
span { border-color: #7DD963; }
span { border-color: rgb(125,217,99); }
td.TdClassName
{
border-color: #7DD963;
}
.TagClassName
{
border-color: #7DD963;
}
</style>