Shades of Mantis #7DB459
Tints of Mantis #7DB459
RGB
CMYK
RGB Variations
Color information
#7DB459 (or 0x7DB459) is known color: Mantis. HEX triplet: 7D, B4 and 59. RGB value is (125,180,89). Sum of RGB (Red+Green+Blue) = 125+180+89=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB459 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB459 is #824BA6. Grayscale: #999999. Windows color (decimal): -8539047 or 5878909. OLE color: 5878909.
HSL color Cylindrical-coordinate representation of color #7DB459: hue angle of 96.26º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DB459 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 89 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.29 |
| HSL | 96.26º | 0.38% | 0.53% | - |
| HSV(B) | 96.26º | 0.51% | 0.71% | - |
| XYZ | 26.58 | 37.72 | 15.33 | - |
| YUV | 153.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 89 | 0.31 | 0 | 0.51 | 0.29 | 96.26 | 0.38 | 0.53 |
| Hex | 7D | B4 | 59 | 1F | 0 | 33 | 1D | 60 | 26 | 35 |
| Octal | 175 | 264 | 131 | 37 | 0 | 63 | 35 | 140 | 46 | 65 |
| Binary | 1111101 | 10110100 | 1011001 | 11111 | 0 | 110011 | 11101 | 1100000 | 100110 | 110101 |
Color Harmonies of #7DB459
Complementary color
Monochromatic Colors of #7DB459
Black with #7DB459
Text Example
Text Example
White with #7DB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB459; }
p { color: rgb(125,180,89); }
H1.HeaderClassName
{
color: #7DB459;
}
.AnyTagClassName
{
color: #7DB459;
}
</style>
background-color css
<style>
a { background-color: #7DB459; }
a { background-color: rgb(125,180,89); }
div.DivClassName
{
background-color: #7DB459;
}
.BgClassName
{
background-color: #7DB459;
}
</style>
border-color css
<style>
span { border-color: #7DB459; }
span { border-color: rgb(125,180,89); }
td.TdClassName
{
border-color: #7DB459;
}
.TagClassName
{
border-color: #7DB459;
}
</style>