Shades of Mantis #7DC051
Tints of Mantis #7DC051
RGB
CMYK
RGB Variations
Color information
#7DC051 (or 0x7DC051) is known color: Mantis. HEX triplet: 7D, C0 and 51. RGB value is (125,192,81). Sum of RGB (Red+Green+Blue) = 125+192+81=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC051 is #823FAE. Grayscale: #9F9F9F. Windows color (decimal): -8535983 or 5357693. OLE color: 5357693.
HSL color Cylindrical-coordinate representation of color #7DC051: hue angle of 96.22º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DC051 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 81 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.25 |
| HSL | 96.22º | 0.47% | 0.54% | - |
| HSV(B) | 96.22º | 0.58% | 0.75% | - |
| XYZ | 28.79 | 42.65 | 14.5 | - |
| YUV | 159.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 81 | 0.35 | 0 | 0.58 | 0.25 | 96.22 | 0.47 | 0.54 |
| Hex | 7D | C0 | 51 | 23 | 0 | 3A | 19 | 60 | 2F | 36 |
| Octal | 175 | 300 | 121 | 43 | 0 | 72 | 31 | 140 | 57 | 66 |
| Binary | 1111101 | 11000000 | 1010001 | 100011 | 0 | 111010 | 11001 | 1100000 | 101111 | 110110 |
Color Harmonies of #7DC051
Complementary color
Monochromatic Colors of #7DC051
Black with #7DC051
Text Example
Text Example
White with #7DC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC051; }
p { color: rgb(125,192,81); }
H1.HeaderClassName
{
color: #7DC051;
}
.AnyTagClassName
{
color: #7DC051;
}
</style>
background-color css
<style>
a { background-color: #7DC051; }
a { background-color: rgb(125,192,81); }
div.DivClassName
{
background-color: #7DC051;
}
.BgClassName
{
background-color: #7DC051;
}
</style>
border-color css
<style>
span { border-color: #7DC051; }
span { border-color: rgb(125,192,81); }
td.TdClassName
{
border-color: #7DC051;
}
.TagClassName
{
border-color: #7DC051;
}
</style>