Shades of Mantis #7DBD5D
Tints of Mantis #7DBD5D
RGB
CMYK
RGB Variations
Color information
#7DBD5D (or 0x7DBD5D) is known color: Mantis. HEX triplet: 7D, BD and 5D. RGB value is (125,189,93). Sum of RGB (Red+Green+Blue) = 125+189+93=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD5D is #8242A2. Grayscale: #9F9F9F. Windows color (decimal): -8536739 or 6143357. OLE color: 6143357.
HSL color Cylindrical-coordinate representation of color #7DBD5D: hue angle of 100º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBD5D is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 93 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.26 |
| HSL | 100º | 0.42% | 0.55% | - |
| HSV(B) | 100º | 0.51% | 0.74% | - |
| XYZ | 28.63 | 41.55 | 16.87 | - |
| YUV | 158.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 93 | 0.34 | 0 | 0.51 | 0.26 | 100 | 0.42 | 0.55 |
| Hex | 7D | BD | 5D | 22 | 0 | 33 | 1A | 64 | 2A | 37 |
| Octal | 175 | 275 | 135 | 42 | 0 | 63 | 32 | 144 | 52 | 67 |
| Binary | 1111101 | 10111101 | 1011101 | 100010 | 0 | 110011 | 11010 | 1100100 | 101010 | 110111 |
Color Harmonies of #7DBD5D
Complementary color
Monochromatic Colors of #7DBD5D
Black with #7DBD5D
Text Example
Text Example
White with #7DBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD5D; }
p { color: rgb(125,189,93); }
H1.HeaderClassName
{
color: #7DBD5D;
}
.AnyTagClassName
{
color: #7DBD5D;
}
</style>
background-color css
<style>
a { background-color: #7DBD5D; }
a { background-color: rgb(125,189,93); }
div.DivClassName
{
background-color: #7DBD5D;
}
.BgClassName
{
background-color: #7DBD5D;
}
</style>
border-color css
<style>
span { border-color: #7DBD5D; }
span { border-color: rgb(125,189,93); }
td.TdClassName
{
border-color: #7DBD5D;
}
.TagClassName
{
border-color: #7DBD5D;
}
</style>