Shades of Mantis #7DBA5E
Tints of Mantis #7DBA5E
RGB
CMYK
RGB Variations
Color information
#7DBA5E (or 0x7DBA5E) is known color: Mantis. HEX triplet: 7D, BA and 5E. RGB value is (125,186,94). Sum of RGB (Red+Green+Blue) = 125+186+94=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA5E is #8245A1. Grayscale: #9D9D9D. Windows color (decimal): -8537506 or 6208125. OLE color: 6208125.
HSL color Cylindrical-coordinate representation of color #7DBA5E: hue angle of 99.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DBA5E is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 94 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.27 |
| HSL | 99.78º | 0.4% | 0.55% | - |
| HSV(B) | 99.78º | 0.49% | 0.73% | - |
| XYZ | 28.04 | 40.29 | 16.89 | - |
| YUV | 157.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 94 | 0.33 | 0 | 0.49 | 0.27 | 99.78 | 0.4 | 0.55 |
| Hex | 7D | BA | 5E | 21 | 0 | 31 | 1B | 64 | 28 | 37 |
| Octal | 175 | 272 | 136 | 41 | 0 | 61 | 33 | 144 | 50 | 67 |
| Binary | 1111101 | 10111010 | 1011110 | 100001 | 0 | 110001 | 11011 | 1100100 | 101000 | 110111 |
Color Harmonies of #7DBA5E
Complementary color
Monochromatic Colors of #7DBA5E
Black with #7DBA5E
Text Example
Text Example
White with #7DBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA5E; }
p { color: rgb(125,186,94); }
H1.HeaderClassName
{
color: #7DBA5E;
}
.AnyTagClassName
{
color: #7DBA5E;
}
</style>
background-color css
<style>
a { background-color: #7DBA5E; }
a { background-color: rgb(125,186,94); }
div.DivClassName
{
background-color: #7DBA5E;
}
.BgClassName
{
background-color: #7DBA5E;
}
</style>
border-color css
<style>
span { border-color: #7DBA5E; }
span { border-color: rgb(125,186,94); }
td.TdClassName
{
border-color: #7DBA5E;
}
.TagClassName
{
border-color: #7DBA5E;
}
</style>