Shades of Mantis #7DC054
Tints of Mantis #7DC054
RGB
CMYK
RGB Variations
Color information
#7DC054 (or 0x7DC054) is known color: Mantis. HEX triplet: 7D, C0 and 54. RGB value is (125,192,84). Sum of RGB (Red+Green+Blue) = 125+192+84=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC054 is #823FAB. Grayscale: #A0A0A0. Windows color (decimal): -8535980 or 5554301. OLE color: 5554301.
HSL color Cylindrical-coordinate representation of color #7DC054: hue angle of 97.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DC054 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 84 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.25 |
| HSL | 97.22º | 0.46% | 0.54% | - |
| HSV(B) | 97.22º | 0.56% | 0.75% | - |
| XYZ | 28.91 | 42.7 | 15.11 | - |
| YUV | 159.66 | 85.3 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 84 | 0.35 | 0 | 0.56 | 0.25 | 97.22 | 0.46 | 0.54 |
| Hex | 7D | C0 | 54 | 23 | 0 | 38 | 19 | 61 | 2E | 36 |
| Octal | 175 | 300 | 124 | 43 | 0 | 70 | 31 | 141 | 56 | 66 |
| Binary | 1111101 | 11000000 | 1010100 | 100011 | 0 | 111000 | 11001 | 1100001 | 101110 | 110110 |
Color Harmonies of #7DC054
Complementary color
Monochromatic Colors of #7DC054
Black with #7DC054
Text Example
Text Example
White with #7DC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC054; }
p { color: rgb(125,192,84); }
H1.HeaderClassName
{
color: #7DC054;
}
.AnyTagClassName
{
color: #7DC054;
}
</style>
background-color css
<style>
a { background-color: #7DC054; }
a { background-color: rgb(125,192,84); }
div.DivClassName
{
background-color: #7DC054;
}
.BgClassName
{
background-color: #7DC054;
}
</style>
border-color css
<style>
span { border-color: #7DC054; }
span { border-color: rgb(125,192,84); }
td.TdClassName
{
border-color: #7DC054;
}
.TagClassName
{
border-color: #7DC054;
}
</style>