Shades of Mantis #7DB750
Tints of Mantis #7DB750
RGB
CMYK
RGB Variations
Color information
#7DB750 (or 0x7DB750) is known color: Mantis. HEX triplet: 7D, B7 and 50. RGB value is (125,183,80). Sum of RGB (Red+Green+Blue) = 125+183+80=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB750 is #8248AF. Grayscale: #9A9A9A. Windows color (decimal): -8538288 or 5289853. OLE color: 5289853.
HSL color Cylindrical-coordinate representation of color #7DB750: hue angle of 93.79º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DB750 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 80 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.28 |
| HSL | 93.79º | 0.42% | 0.52% | - |
| HSV(B) | 93.79º | 0.56% | 0.72% | - |
| XYZ | 26.84 | 38.81 | 13.67 | - |
| YUV | 153.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 80 | 0.32 | 0 | 0.56 | 0.28 | 93.79 | 0.42 | 0.52 |
| Hex | 7D | B7 | 50 | 20 | 0 | 38 | 1C | 5E | 2A | 34 |
| Octal | 175 | 267 | 120 | 40 | 0 | 70 | 34 | 136 | 52 | 64 |
| Binary | 1111101 | 10110111 | 1010000 | 100000 | 0 | 111000 | 11100 | 1011110 | 101010 | 110100 |
Color Harmonies of #7DB750
Complementary color
Monochromatic Colors of #7DB750
Black with #7DB750
Text Example
Text Example
White with #7DB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB750; }
p { color: rgb(125,183,80); }
H1.HeaderClassName
{
color: #7DB750;
}
.AnyTagClassName
{
color: #7DB750;
}
</style>
background-color css
<style>
a { background-color: #7DB750; }
a { background-color: rgb(125,183,80); }
div.DivClassName
{
background-color: #7DB750;
}
.BgClassName
{
background-color: #7DB750;
}
</style>
border-color css
<style>
span { border-color: #7DB750; }
span { border-color: rgb(125,183,80); }
td.TdClassName
{
border-color: #7DB750;
}
.TagClassName
{
border-color: #7DB750;
}
</style>