Shades of Mantis #7DC145
Tints of Mantis #7DC145
RGB
CMYK
RGB Variations
Color information
#7DC145 (or 0x7DC145) is known color: Mantis. HEX triplet: 7D, C1 and 45. RGB value is (125,193,69). Sum of RGB (Red+Green+Blue) = 125+193+69=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC145 is #823EBA. Grayscale: #9E9E9E. Windows color (decimal): -8535739 or 4571517. OLE color: 4571517.
HSL color Cylindrical-coordinate representation of color #7DC145: hue angle of 92.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DC145 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 69 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.24 |
| HSL | 92.9º | 0.5% | 0.51% | - |
| HSV(B) | 92.9º | 0.64% | 0.76% | - |
| XYZ | 28.6 | 42.93 | 12.41 | - |
| YUV | 158.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 69 | 0.35 | 0 | 0.64 | 0.24 | 92.9 | 0.5 | 0.51 |
| Hex | 7D | C1 | 45 | 23 | 0 | 40 | 18 | 5D | 32 | 33 |
| Octal | 175 | 301 | 105 | 43 | 0 | 100 | 30 | 135 | 62 | 63 |
| Binary | 1111101 | 11000001 | 1000101 | 100011 | 0 | 1000000 | 11000 | 1011101 | 110010 | 110011 |
Color Harmonies of #7DC145
Complementary color
Monochromatic Colors of #7DC145
Black with #7DC145
Text Example
Text Example
White with #7DC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC145; }
p { color: rgb(125,193,69); }
H1.HeaderClassName
{
color: #7DC145;
}
.AnyTagClassName
{
color: #7DC145;
}
</style>
background-color css
<style>
a { background-color: #7DC145; }
a { background-color: rgb(125,193,69); }
div.DivClassName
{
background-color: #7DC145;
}
.BgClassName
{
background-color: #7DC145;
}
</style>
border-color css
<style>
span { border-color: #7DC145; }
span { border-color: rgb(125,193,69); }
td.TdClassName
{
border-color: #7DC145;
}
.TagClassName
{
border-color: #7DC145;
}
</style>