Shades of Mantis #7DB358
Tints of Mantis #7DB358
RGB
CMYK
RGB Variations
Color information
#7DB358 (or 0x7DB358) is known color: Mantis. HEX triplet: 7D, B3 and 58. RGB value is (125,179,88). Sum of RGB (Red+Green+Blue) = 125+179+88=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB358 is #824CA7. Grayscale: #989898. Windows color (decimal): -8539304 or 5813117. OLE color: 5813117.
HSL color Cylindrical-coordinate representation of color #7DB358: hue angle of 95.6º degrees, saturation: 0.37, 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 #7DB358 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 88 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.30 |
| HSL | 95.6º | 0.37% | 0.52% | - |
| HSV(B) | 95.6º | 0.51% | 0.7% | - |
| XYZ | 26.34 | 37.3 | 15.04 | - |
| YUV | 152.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 88 | 0.30 | 0 | 0.51 | 0.30 | 95.6 | 0.37 | 0.52 |
| Hex | 7D | B3 | 58 | 1E | 0 | 33 | 1E | 60 | 25 | 34 |
| Octal | 175 | 263 | 130 | 36 | 0 | 63 | 36 | 140 | 45 | 64 |
| Binary | 1111101 | 10110011 | 1011000 | 11110 | 0 | 110011 | 11110 | 1100000 | 100101 | 110100 |
Color Harmonies of #7DB358
Complementary color
Monochromatic Colors of #7DB358
Black with #7DB358
Text Example
Text Example
White with #7DB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB358; }
p { color: rgb(125,179,88); }
H1.HeaderClassName
{
color: #7DB358;
}
.AnyTagClassName
{
color: #7DB358;
}
</style>
background-color css
<style>
a { background-color: #7DB358; }
a { background-color: rgb(125,179,88); }
div.DivClassName
{
background-color: #7DB358;
}
.BgClassName
{
background-color: #7DB358;
}
</style>
border-color css
<style>
span { border-color: #7DB358; }
span { border-color: rgb(125,179,88); }
td.TdClassName
{
border-color: #7DB358;
}
.TagClassName
{
border-color: #7DB358;
}
</style>