Shades of Mantis #7DB755
Tints of Mantis #7DB755
RGB
CMYK
RGB Variations
Color information
#7DB755 (or 0x7DB755) is known color: Mantis. HEX triplet: 7D, B7 and 55. RGB value is (125,183,85). Sum of RGB (Red+Green+Blue) = 125+183+85=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB755 is #8248AA. Grayscale: #9A9A9A. Windows color (decimal): -8538283 or 5617533. OLE color: 5617533.
HSL color Cylindrical-coordinate representation of color #7DB755: hue angle of 95.51º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB755 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 85 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.28 |
| HSL | 95.51º | 0.4% | 0.53% | - |
| HSV(B) | 95.51º | 0.54% | 0.72% | - |
| XYZ | 27.03 | 38.88 | 14.67 | - |
| YUV | 154.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 85 | 0.32 | 0 | 0.54 | 0.28 | 95.51 | 0.4 | 0.53 |
| Hex | 7D | B7 | 55 | 20 | 0 | 36 | 1C | 60 | 28 | 35 |
| Octal | 175 | 267 | 125 | 40 | 0 | 66 | 34 | 140 | 50 | 65 |
| Binary | 1111101 | 10110111 | 1010101 | 100000 | 0 | 110110 | 11100 | 1100000 | 101000 | 110101 |
Color Harmonies of #7DB755
Complementary color
Monochromatic Colors of #7DB755
Black with #7DB755
Text Example
Text Example
White with #7DB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB755; }
p { color: rgb(125,183,85); }
H1.HeaderClassName
{
color: #7DB755;
}
.AnyTagClassName
{
color: #7DB755;
}
</style>
background-color css
<style>
a { background-color: #7DB755; }
a { background-color: rgb(125,183,85); }
div.DivClassName
{
background-color: #7DB755;
}
.BgClassName
{
background-color: #7DB755;
}
</style>
border-color css
<style>
span { border-color: #7DB755; }
span { border-color: rgb(125,183,85); }
td.TdClassName
{
border-color: #7DB755;
}
.TagClassName
{
border-color: #7DB755;
}
</style>