Shades of Mantis #7DC141
Tints of Mantis #7DC141
RGB
CMYK
RGB Variations
Color information
#7DC141 (or 0x7DC141) is known color: Mantis. HEX triplet: 7D, C1 and 41. RGB value is (125,193,65). Sum of RGB (Red+Green+Blue) = 125+193+65=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC141 is #823EBE. Grayscale: #9E9E9E. Windows color (decimal): -8535743 or 4309373. OLE color: 4309373.
HSL color Cylindrical-coordinate representation of color #7DC141: hue angle of 91.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC141 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 65 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.24 |
| HSL | 91.88º | 0.51% | 0.51% | - |
| HSV(B) | 91.88º | 0.66% | 0.76% | - |
| XYZ | 28.48 | 42.88 | 11.78 | - |
| YUV | 158.08 | 75.47 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 65 | 0.35 | 0 | 0.66 | 0.24 | 91.88 | 0.51 | 0.51 |
| Hex | 7D | C1 | 41 | 23 | 0 | 42 | 18 | 5C | 33 | 33 |
| Octal | 175 | 301 | 101 | 43 | 0 | 102 | 30 | 134 | 63 | 63 |
| Binary | 1111101 | 11000001 | 1000001 | 100011 | 0 | 1000010 | 11000 | 1011100 | 110011 | 110011 |
Color Harmonies of #7DC141
Complementary color
Monochromatic Colors of #7DC141
Black with #7DC141
Text Example
Text Example
White with #7DC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC141; }
p { color: rgb(125,193,65); }
H1.HeaderClassName
{
color: #7DC141;
}
.AnyTagClassName
{
color: #7DC141;
}
</style>
background-color css
<style>
a { background-color: #7DC141; }
a { background-color: rgb(125,193,65); }
div.DivClassName
{
background-color: #7DC141;
}
.BgClassName
{
background-color: #7DC141;
}
</style>
border-color css
<style>
span { border-color: #7DC141; }
span { border-color: rgb(125,193,65); }
td.TdClassName
{
border-color: #7DC141;
}
.TagClassName
{
border-color: #7DC141;
}
</style>