Shades of Mantis #7DD751
Tints of Mantis #7DD751
RGB
CMYK
RGB Variations
Color information
#7DD751 (or 0x7DD751) is known color: Mantis. HEX triplet: 7D, D7 and 51. RGB value is (125,215,81). Sum of RGB (Red+Green+Blue) = 125+215+81=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD751 is #8228AE. Grayscale: #ADADAD. Windows color (decimal): -8530095 or 5363581. OLE color: 5363581.
HSL color Cylindrical-coordinate representation of color #7DD751: hue angle of 100.3º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DD751 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 81 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.16 |
| HSL | 100.3º | 0.63% | 0.58% | - |
| HSV(B) | 100.3º | 0.62% | 0.84% | - |
| XYZ | 34.24 | 53.55 | 16.32 | - |
| YUV | 172.81 | 76.18 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 81 | 0.42 | 0 | 0.62 | 0.16 | 100.3 | 0.63 | 0.58 |
| Hex | 7D | D7 | 51 | 2A | 0 | 3E | 10 | 64 | 3F | 3A |
| Octal | 175 | 327 | 121 | 52 | 0 | 76 | 20 | 144 | 77 | 72 |
| Binary | 1111101 | 11010111 | 1010001 | 101010 | 0 | 111110 | 10000 | 1100100 | 111111 | 111010 |
Color Harmonies of #7DD751
Complementary color
Monochromatic Colors of #7DD751
Black with #7DD751
Text Example
Text Example
White with #7DD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD751; }
p { color: rgb(125,215,81); }
H1.HeaderClassName
{
color: #7DD751;
}
.AnyTagClassName
{
color: #7DD751;
}
</style>
background-color css
<style>
a { background-color: #7DD751; }
a { background-color: rgb(125,215,81); }
div.DivClassName
{
background-color: #7DD751;
}
.BgClassName
{
background-color: #7DD751;
}
</style>
border-color css
<style>
span { border-color: #7DD751; }
span { border-color: rgb(125,215,81); }
td.TdClassName
{
border-color: #7DD751;
}
.TagClassName
{
border-color: #7DD751;
}
</style>