Shades of Mantis #7DC041
Tints of Mantis #7DC041
RGB
CMYK
RGB Variations
Color information
#7DC041 (or 0x7DC041) is known color: Mantis. HEX triplet: 7D, C0 and 41. RGB value is (125,192,65). Sum of RGB (Red+Green+Blue) = 125+192+65=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC041 is #823FBE. Grayscale: #9D9D9D. Windows color (decimal): -8535999 or 4309117. OLE color: 4309117.
HSL color Cylindrical-coordinate representation of color #7DC041: hue angle of 91.65º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC041 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 65 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.25 |
| HSL | 91.65º | 0.5% | 0.5% | - |
| HSV(B) | 91.65º | 0.66% | 0.75% | - |
| XYZ | 28.26 | 42.44 | 11.7 | - |
| YUV | 157.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 65 | 0.35 | 0 | 0.66 | 0.25 | 91.65 | 0.5 | 0.5 |
| Hex | 7D | C0 | 41 | 23 | 0 | 42 | 19 | 5C | 32 | 32 |
| Octal | 175 | 300 | 101 | 43 | 0 | 102 | 31 | 134 | 62 | 62 |
| Binary | 1111101 | 11000000 | 1000001 | 100011 | 0 | 1000010 | 11001 | 1011100 | 110010 | 110010 |
Color Harmonies of #7DC041
Complementary color
Monochromatic Colors of #7DC041
Black with #7DC041
Text Example
Text Example
White with #7DC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC041; }
p { color: rgb(125,192,65); }
H1.HeaderClassName
{
color: #7DC041;
}
.AnyTagClassName
{
color: #7DC041;
}
</style>
background-color css
<style>
a { background-color: #7DC041; }
a { background-color: rgb(125,192,65); }
div.DivClassName
{
background-color: #7DC041;
}
.BgClassName
{
background-color: #7DC041;
}
</style>
border-color css
<style>
span { border-color: #7DC041; }
span { border-color: rgb(125,192,65); }
td.TdClassName
{
border-color: #7DC041;
}
.TagClassName
{
border-color: #7DC041;
}
</style>