Shades of Mantis #7DBC4D
Tints of Mantis #7DBC4D
RGB
CMYK
RGB Variations
Color information
#7DBC4D (or 0x7DBC4D) is known color: Mantis. HEX triplet: 7D, BC and 4D. RGB value is (125,188,77). Sum of RGB (Red+Green+Blue) = 125+188+77=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC4D is #8243B2. Grayscale: #9C9C9C. Windows color (decimal): -8537011 or 5094525. OLE color: 5094525.
HSL color Cylindrical-coordinate representation of color #7DBC4D: hue angle of 94.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DBC4D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 77 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.26 |
| HSL | 94.05º | 0.45% | 0.52% | - |
| HSV(B) | 94.05º | 0.59% | 0.74% | - |
| XYZ | 27.78 | 40.86 | 13.44 | - |
| YUV | 156.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 77 | 0.34 | 0 | 0.59 | 0.26 | 94.05 | 0.45 | 0.52 |
| Hex | 7D | BC | 4D | 22 | 0 | 3B | 1A | 5E | 2D | 34 |
| Octal | 175 | 274 | 115 | 42 | 0 | 73 | 32 | 136 | 55 | 64 |
| Binary | 1111101 | 10111100 | 1001101 | 100010 | 0 | 111011 | 11010 | 1011110 | 101101 | 110100 |
Color Harmonies of #7DBC4D
Complementary color
Monochromatic Colors of #7DBC4D
Black with #7DBC4D
Text Example
Text Example
White with #7DBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC4D; }
p { color: rgb(125,188,77); }
H1.HeaderClassName
{
color: #7DBC4D;
}
.AnyTagClassName
{
color: #7DBC4D;
}
</style>
background-color css
<style>
a { background-color: #7DBC4D; }
a { background-color: rgb(125,188,77); }
div.DivClassName
{
background-color: #7DBC4D;
}
.BgClassName
{
background-color: #7DBC4D;
}
</style>
border-color css
<style>
span { border-color: #7DBC4D; }
span { border-color: rgb(125,188,77); }
td.TdClassName
{
border-color: #7DBC4D;
}
.TagClassName
{
border-color: #7DBC4D;
}
</style>