Shades of Mantis #7DB353
Tints of Mantis #7DB353
RGB
CMYK
RGB Variations
Color information
#7DB353 (or 0x7DB353) is known color: Mantis. HEX triplet: 7D, B3 and 53. RGB value is (125,179,83). Sum of RGB (Red+Green+Blue) = 125+179+83=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB353 is #824CAC. Grayscale: #989898. Windows color (decimal): -8539309 or 5485437. OLE color: 5485437.
HSL color Cylindrical-coordinate representation of color #7DB353: hue angle of 93.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB353 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 83 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.30 |
| HSL | 93.75º | 0.39% | 0.51% | - |
| HSV(B) | 93.75º | 0.54% | 0.7% | - |
| XYZ | 26.14 | 37.22 | 13.99 | - |
| YUV | 151.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 83 | 0.30 | 0 | 0.54 | 0.30 | 93.75 | 0.39 | 0.51 |
| Hex | 7D | B3 | 53 | 1E | 0 | 36 | 1E | 5E | 27 | 33 |
| Octal | 175 | 263 | 123 | 36 | 0 | 66 | 36 | 136 | 47 | 63 |
| Binary | 1111101 | 10110011 | 1010011 | 11110 | 0 | 110110 | 11110 | 1011110 | 100111 | 110011 |
Color Harmonies of #7DB353
Complementary color
Monochromatic Colors of #7DB353
Black with #7DB353
Text Example
Text Example
White with #7DB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB353; }
p { color: rgb(125,179,83); }
H1.HeaderClassName
{
color: #7DB353;
}
.AnyTagClassName
{
color: #7DB353;
}
</style>
background-color css
<style>
a { background-color: #7DB353; }
a { background-color: rgb(125,179,83); }
div.DivClassName
{
background-color: #7DB353;
}
.BgClassName
{
background-color: #7DB353;
}
</style>
border-color css
<style>
span { border-color: #7DB353; }
span { border-color: rgb(125,179,83); }
td.TdClassName
{
border-color: #7DB353;
}
.TagClassName
{
border-color: #7DB353;
}
</style>