Shades of Mantis #7DC03D
Tints of Mantis #7DC03D
RGB
CMYK
RGB Variations
Color information
#7DC03D (or 0x7DC03D) is known color: Mantis. HEX triplet: 7D, C0 and 3D. RGB value is (125,192,61). Sum of RGB (Red+Green+Blue) = 125+192+61=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC03D is #823FC2. Grayscale: #9D9D9D. Windows color (decimal): -8536003 or 4046973. OLE color: 4046973.
HSL color Cylindrical-coordinate representation of color #7DC03D: hue angle of 90.69º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DC03D is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 61 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.25 |
| HSL | 90.69º | 0.52% | 0.5% | - |
| HSV(B) | 90.69º | 0.68% | 0.75% | - |
| XYZ | 28.15 | 42.4 | 11.11 | - |
| YUV | 157.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 61 | 0.35 | 0 | 0.68 | 0.25 | 90.69 | 0.52 | 0.5 |
| Hex | 7D | C0 | 3D | 23 | 0 | 44 | 19 | 5B | 34 | 32 |
| Octal | 175 | 300 | 75 | 43 | 0 | 104 | 31 | 133 | 64 | 62 |
| Binary | 1111101 | 11000000 | 111101 | 100011 | 0 | 1000100 | 11001 | 1011011 | 110100 | 110010 |
Color Harmonies of #7DC03D
Complementary color
Monochromatic Colors of #7DC03D
Black with #7DC03D
Text Example
Text Example
White with #7DC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC03D; }
p { color: rgb(125,192,61); }
H1.HeaderClassName
{
color: #7DC03D;
}
.AnyTagClassName
{
color: #7DC03D;
}
</style>
background-color css
<style>
a { background-color: #7DC03D; }
a { background-color: rgb(125,192,61); }
div.DivClassName
{
background-color: #7DC03D;
}
.BgClassName
{
background-color: #7DC03D;
}
</style>
border-color css
<style>
span { border-color: #7DC03D; }
span { border-color: rgb(125,192,61); }
td.TdClassName
{
border-color: #7DC03D;
}
.TagClassName
{
border-color: #7DC03D;
}
</style>