Shades of Mantis #7DB45A
Tints of Mantis #7DB45A
RGB
CMYK
RGB Variations
Color information
#7DB45A (or 0x7DB45A) is known color: Mantis. HEX triplet: 7D, B4 and 5A. RGB value is (125,180,90). Sum of RGB (Red+Green+Blue) = 125+180+90=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB45A is #824BA5. Grayscale: #999999. Windows color (decimal): -8539046 or 5944445. OLE color: 5944445.
HSL color Cylindrical-coordinate representation of color #7DB45A: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB45A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 90 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.29 |
| HSL | 96.67º | 0.38% | 0.53% | - |
| HSV(B) | 96.67º | 0.5% | 0.71% | - |
| XYZ | 26.62 | 37.74 | 15.55 | - |
| YUV | 153.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 90 | 0.31 | 0 | 0.50 | 0.29 | 96.67 | 0.38 | 0.53 |
| Hex | 7D | B4 | 5A | 1F | 0 | 32 | 1D | 61 | 26 | 35 |
| Octal | 175 | 264 | 132 | 37 | 0 | 62 | 35 | 141 | 46 | 65 |
| Binary | 1111101 | 10110100 | 1011010 | 11111 | 0 | 110010 | 11101 | 1100001 | 100110 | 110101 |
Color Harmonies of #7DB45A
Complementary color
Monochromatic Colors of #7DB45A
Black with #7DB45A
Text Example
Text Example
White with #7DB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB45A; }
p { color: rgb(125,180,90); }
H1.HeaderClassName
{
color: #7DB45A;
}
.AnyTagClassName
{
color: #7DB45A;
}
</style>
background-color css
<style>
a { background-color: #7DB45A; }
a { background-color: rgb(125,180,90); }
div.DivClassName
{
background-color: #7DB45A;
}
.BgClassName
{
background-color: #7DB45A;
}
</style>
border-color css
<style>
span { border-color: #7DB45A; }
span { border-color: rgb(125,180,90); }
td.TdClassName
{
border-color: #7DB45A;
}
.TagClassName
{
border-color: #7DB45A;
}
</style>