Shades of Mantis #7DB457
Tints of Mantis #7DB457
RGB
CMYK
RGB Variations
Color information
#7DB457 (or 0x7DB457) is known color: Mantis. HEX triplet: 7D, B4 and 57. RGB value is (125,180,87). Sum of RGB (Red+Green+Blue) = 125+180+87=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB457 is #824BA8. Grayscale: #999999. Windows color (decimal): -8539049 or 5747837. OLE color: 5747837.
HSL color Cylindrical-coordinate representation of color #7DB457: hue angle of 95.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DB457 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 87 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.29 |
| HSL | 95.48º | 0.38% | 0.52% | - |
| HSV(B) | 95.48º | 0.52% | 0.71% | - |
| XYZ | 26.5 | 37.69 | 14.9 | - |
| YUV | 152.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 87 | 0.31 | 0 | 0.52 | 0.29 | 95.48 | 0.38 | 0.52 |
| Hex | 7D | B4 | 57 | 1F | 0 | 34 | 1D | 5F | 26 | 34 |
| Octal | 175 | 264 | 127 | 37 | 0 | 64 | 35 | 137 | 46 | 64 |
| Binary | 1111101 | 10110100 | 1010111 | 11111 | 0 | 110100 | 11101 | 1011111 | 100110 | 110100 |
Color Harmonies of #7DB457
Complementary color
Monochromatic Colors of #7DB457
Black with #7DB457
Text Example
Text Example
White with #7DB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB457; }
p { color: rgb(125,180,87); }
H1.HeaderClassName
{
color: #7DB457;
}
.AnyTagClassName
{
color: #7DB457;
}
</style>
background-color css
<style>
a { background-color: #7DB457; }
a { background-color: rgb(125,180,87); }
div.DivClassName
{
background-color: #7DB457;
}
.BgClassName
{
background-color: #7DB457;
}
</style>
border-color css
<style>
span { border-color: #7DB457; }
span { border-color: rgb(125,180,87); }
td.TdClassName
{
border-color: #7DB457;
}
.TagClassName
{
border-color: #7DB457;
}
</style>