Shades of Mantis #7DB357
Tints of Mantis #7DB357
RGB
CMYK
RGB Variations
Color information
#7DB357 (or 0x7DB357) is known color: Mantis. HEX triplet: 7D, B3 and 57. RGB value is (125,179,87). Sum of RGB (Red+Green+Blue) = 125+179+87=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB357 is #824CA8. Grayscale: #989898. Windows color (decimal): -8539305 or 5747581. OLE color: 5747581.
HSL color Cylindrical-coordinate representation of color #7DB357: hue angle of 95.22º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DB357 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 87 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.30 |
| HSL | 95.22º | 0.38% | 0.52% | - |
| HSV(B) | 95.22º | 0.51% | 0.7% | - |
| XYZ | 26.3 | 37.29 | 14.83 | - |
| YUV | 152.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 87 | 0.30 | 0 | 0.51 | 0.30 | 95.22 | 0.38 | 0.52 |
| Hex | 7D | B3 | 57 | 1E | 0 | 33 | 1E | 5F | 26 | 34 |
| Octal | 175 | 263 | 127 | 36 | 0 | 63 | 36 | 137 | 46 | 64 |
| Binary | 1111101 | 10110011 | 1010111 | 11110 | 0 | 110011 | 11110 | 1011111 | 100110 | 110100 |
Color Harmonies of #7DB357
Complementary color
Monochromatic Colors of #7DB357
Black with #7DB357
Text Example
Text Example
White with #7DB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB357; }
p { color: rgb(125,179,87); }
H1.HeaderClassName
{
color: #7DB357;
}
.AnyTagClassName
{
color: #7DB357;
}
</style>
background-color css
<style>
a { background-color: #7DB357; }
a { background-color: rgb(125,179,87); }
div.DivClassName
{
background-color: #7DB357;
}
.BgClassName
{
background-color: #7DB357;
}
</style>
border-color css
<style>
span { border-color: #7DB357; }
span { border-color: rgb(125,179,87); }
td.TdClassName
{
border-color: #7DB357;
}
.TagClassName
{
border-color: #7DB357;
}
</style>