Shades of Mantis #7DBC71
Tints of Mantis #7DBC71
RGB
CMYK
RGB Variations
Color information
#7DBC71 (or 0x7DBC71) is known color: Mantis. HEX triplet: 7D, BC and 71. RGB value is (125,188,113). Sum of RGB (Red+Green+Blue) = 125+188+113=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC71 is #82438E. Grayscale: #A0A0A0. Windows color (decimal): -8536975 or 7453821. OLE color: 7453821.
HSL color Cylindrical-coordinate representation of color #7DBC71: hue angle of 110.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBC71 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 113 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.26 |
| HSL | 110.4º | 0.36% | 0.59% | - |
| HSV(B) | 110.4º | 0.4% | 0.74% | - |
| XYZ | 29.42 | 41.52 | 22.09 | - |
| YUV | 160.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 113 | 0.34 | 0 | 0.40 | 0.26 | 110.4 | 0.36 | 0.59 |
| Hex | 7D | BC | 71 | 22 | 0 | 28 | 1A | 6E | 24 | 3B |
| Octal | 175 | 274 | 161 | 42 | 0 | 50 | 32 | 156 | 44 | 73 |
| Binary | 1111101 | 10111100 | 1110001 | 100010 | 0 | 101000 | 11010 | 1101110 | 100100 | 111011 |
Color Harmonies of #7DBC71
Complementary color
Monochromatic Colors of #7DBC71
Black with #7DBC71
Text Example
Text Example
White with #7DBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC71; }
p { color: rgb(125,188,113); }
H1.HeaderClassName
{
color: #7DBC71;
}
.AnyTagClassName
{
color: #7DBC71;
}
</style>
background-color css
<style>
a { background-color: #7DBC71; }
a { background-color: rgb(125,188,113); }
div.DivClassName
{
background-color: #7DBC71;
}
.BgClassName
{
background-color: #7DBC71;
}
</style>
border-color css
<style>
span { border-color: #7DBC71; }
span { border-color: rgb(125,188,113); }
td.TdClassName
{
border-color: #7DBC71;
}
.TagClassName
{
border-color: #7DBC71;
}
</style>