Shades of Mantis #7DD951
Tints of Mantis #7DD951
RGB
CMYK
RGB Variations
Color information
#7DD951 (or 0x7DD951) is known color: Mantis. HEX triplet: 7D, D9 and 51. RGB value is (125,217,81). Sum of RGB (Red+Green+Blue) = 125+217+81=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD951 is #8226AE. Grayscale: #AEAEAE. Windows color (decimal): -8529583 or 5364093. OLE color: 5364093.
HSL color Cylindrical-coordinate representation of color #7DD951: hue angle of 100.59º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DD951 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 81 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.15 |
| HSL | 100.59º | 0.64% | 0.58% | - |
| HSV(B) | 100.59º | 0.63% | 0.85% | - |
| XYZ | 34.76 | 54.58 | 16.49 | - |
| YUV | 173.99 | 75.52 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 81 | 0.42 | 0 | 0.63 | 0.15 | 100.59 | 0.64 | 0.58 |
| Hex | 7D | D9 | 51 | 2A | 0 | 3F | F | 65 | 40 | 3A |
| Octal | 175 | 331 | 121 | 52 | 0 | 77 | 17 | 145 | 100 | 72 |
| Binary | 1111101 | 11011001 | 1010001 | 101010 | 0 | 111111 | 1111 | 1100101 | 1000000 | 111010 |
Color Harmonies of #7DD951
Complementary color
Monochromatic Colors of #7DD951
Black with #7DD951
Text Example
Text Example
White with #7DD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD951; }
p { color: rgb(125,217,81); }
H1.HeaderClassName
{
color: #7DD951;
}
.AnyTagClassName
{
color: #7DD951;
}
</style>
background-color css
<style>
a { background-color: #7DD951; }
a { background-color: rgb(125,217,81); }
div.DivClassName
{
background-color: #7DD951;
}
.BgClassName
{
background-color: #7DD951;
}
</style>
border-color css
<style>
span { border-color: #7DD951; }
span { border-color: rgb(125,217,81); }
td.TdClassName
{
border-color: #7DD951;
}
.TagClassName
{
border-color: #7DD951;
}
</style>