Shades of Mantis #7DB45B
Tints of Mantis #7DB45B
RGB
CMYK
RGB Variations
Color information
#7DB45B (or 0x7DB45B) is known color: Mantis. HEX triplet: 7D, B4 and 5B. RGB value is (125,180,91). Sum of RGB (Red+Green+Blue) = 125+180+91=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB45B is #824BA4. Grayscale: #999999. Windows color (decimal): -8539045 or 6009981. OLE color: 6009981.
HSL color Cylindrical-coordinate representation of color #7DB45B: hue angle of 97.08º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB45B is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 91 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.29 |
| HSL | 97.08º | 0.37% | 0.53% | - |
| HSV(B) | 97.08º | 0.49% | 0.71% | - |
| XYZ | 26.67 | 37.76 | 15.78 | - |
| YUV | 153.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 91 | 0.31 | 0 | 0.49 | 0.29 | 97.08 | 0.37 | 0.53 |
| Hex | 7D | B4 | 5B | 1F | 0 | 31 | 1D | 61 | 25 | 35 |
| Octal | 175 | 264 | 133 | 37 | 0 | 61 | 35 | 141 | 45 | 65 |
| Binary | 1111101 | 10110100 | 1011011 | 11111 | 0 | 110001 | 11101 | 1100001 | 100101 | 110101 |
Color Harmonies of #7DB45B
Complementary color
Monochromatic Colors of #7DB45B
Black with #7DB45B
Text Example
Text Example
White with #7DB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB45B; }
p { color: rgb(125,180,91); }
H1.HeaderClassName
{
color: #7DB45B;
}
.AnyTagClassName
{
color: #7DB45B;
}
</style>
background-color css
<style>
a { background-color: #7DB45B; }
a { background-color: rgb(125,180,91); }
div.DivClassName
{
background-color: #7DB45B;
}
.BgClassName
{
background-color: #7DB45B;
}
</style>
border-color css
<style>
span { border-color: #7DB45B; }
span { border-color: rgb(125,180,91); }
td.TdClassName
{
border-color: #7DB45B;
}
.TagClassName
{
border-color: #7DB45B;
}
</style>