Shades of Mantis #7DC055
Tints of Mantis #7DC055
RGB
CMYK
RGB Variations
Color information
#7DC055 (or 0x7DC055) is known color: Mantis. HEX triplet: 7D, C0 and 55. RGB value is (125,192,85). Sum of RGB (Red+Green+Blue) = 125+192+85=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC055 is #823FAA. Grayscale: #A0A0A0. Windows color (decimal): -8535979 or 5619837. OLE color: 5619837.
HSL color Cylindrical-coordinate representation of color #7DC055: hue angle of 97.57º 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 #7DC055 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 85 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.25 |
| HSL | 97.57º | 0.46% | 0.54% | - |
| HSV(B) | 97.57º | 0.56% | 0.75% | - |
| XYZ | 28.95 | 42.72 | 15.31 | - |
| YUV | 159.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 85 | 0.35 | 0 | 0.56 | 0.25 | 97.57 | 0.46 | 0.54 |
| Hex | 7D | C0 | 55 | 23 | 0 | 38 | 19 | 62 | 2E | 36 |
| Octal | 175 | 300 | 125 | 43 | 0 | 70 | 31 | 142 | 56 | 66 |
| Binary | 1111101 | 11000000 | 1010101 | 100011 | 0 | 111000 | 11001 | 1100010 | 101110 | 110110 |
Color Harmonies of #7DC055
Complementary color
Monochromatic Colors of #7DC055
Black with #7DC055
Text Example
Text Example
White with #7DC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC055; }
p { color: rgb(125,192,85); }
H1.HeaderClassName
{
color: #7DC055;
}
.AnyTagClassName
{
color: #7DC055;
}
</style>
background-color css
<style>
a { background-color: #7DC055; }
a { background-color: rgb(125,192,85); }
div.DivClassName
{
background-color: #7DC055;
}
.BgClassName
{
background-color: #7DC055;
}
</style>
border-color css
<style>
span { border-color: #7DC055; }
span { border-color: rgb(125,192,85); }
td.TdClassName
{
border-color: #7DC055;
}
.TagClassName
{
border-color: #7DC055;
}
</style>