Shades of Mantis #7DD863
Tints of Mantis #7DD863
RGB
CMYK
RGB Variations
Color information
#7DD863 (or 0x7DD863) is known color: Mantis. HEX triplet: 7D, D8 and 63. RGB value is (125,216,99). Sum of RGB (Red+Green+Blue) = 125+216+99=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD863 is #82279C. Grayscale: #AFAFAF. Windows color (decimal): -8529821 or 6543485. OLE color: 6543485.
HSL color Cylindrical-coordinate representation of color #7DD863: hue angle of 106.67º degrees, saturation: 0.6, 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 #7DD863 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 99 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.15 |
| HSL | 106.67º | 0.6% | 0.62% | - |
| HSV(B) | 106.67º | 0.54% | 0.85% | - |
| XYZ | 35.27 | 54.37 | 20.44 | - |
| YUV | 175.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 99 | 0.42 | 0 | 0.54 | 0.15 | 106.67 | 0.6 | 0.62 |
| Hex | 7D | D8 | 63 | 2A | 0 | 36 | F | 6B | 3C | 3E |
| Octal | 175 | 330 | 143 | 52 | 0 | 66 | 17 | 153 | 74 | 76 |
| Binary | 1111101 | 11011000 | 1100011 | 101010 | 0 | 110110 | 1111 | 1101011 | 111100 | 111110 |
Color Harmonies of #7DD863
Complementary color
Monochromatic Colors of #7DD863
Black with #7DD863
Text Example
Text Example
White with #7DD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD863; }
p { color: rgb(125,216,99); }
H1.HeaderClassName
{
color: #7DD863;
}
.AnyTagClassName
{
color: #7DD863;
}
</style>
background-color css
<style>
a { background-color: #7DD863; }
a { background-color: rgb(125,216,99); }
div.DivClassName
{
background-color: #7DD863;
}
.BgClassName
{
background-color: #7DD863;
}
</style>
border-color css
<style>
span { border-color: #7DD863; }
span { border-color: rgb(125,216,99); }
td.TdClassName
{
border-color: #7DD863;
}
.TagClassName
{
border-color: #7DD863;
}
</style>