Shades of Mantis #7DB74D
Tints of Mantis #7DB74D
RGB
CMYK
RGB Variations
Color information
#7DB74D (or 0x7DB74D) is known color: Mantis. HEX triplet: 7D, B7 and 4D. RGB value is (125,183,77). Sum of RGB (Red+Green+Blue) = 125+183+77=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB74D is #8248B2. Grayscale: #999999. Windows color (decimal): -8538291 or 5093245. OLE color: 5093245.
HSL color Cylindrical-coordinate representation of color #7DB74D: hue angle of 92.83º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DB74D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 77 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.28 |
| HSL | 92.83º | 0.42% | 0.51% | - |
| HSV(B) | 92.83º | 0.58% | 0.72% | - |
| XYZ | 26.73 | 38.76 | 13.09 | - |
| YUV | 153.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 77 | 0.32 | 0 | 0.58 | 0.28 | 92.83 | 0.42 | 0.51 |
| Hex | 7D | B7 | 4D | 20 | 0 | 3A | 1C | 5D | 2A | 33 |
| Octal | 175 | 267 | 115 | 40 | 0 | 72 | 34 | 135 | 52 | 63 |
| Binary | 1111101 | 10110111 | 1001101 | 100000 | 0 | 111010 | 11100 | 1011101 | 101010 | 110011 |
Color Harmonies of #7DB74D
Complementary color
Monochromatic Colors of #7DB74D
Black with #7DB74D
Text Example
Text Example
White with #7DB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB74D; }
p { color: rgb(125,183,77); }
H1.HeaderClassName
{
color: #7DB74D;
}
.AnyTagClassName
{
color: #7DB74D;
}
</style>
background-color css
<style>
a { background-color: #7DB74D; }
a { background-color: rgb(125,183,77); }
div.DivClassName
{
background-color: #7DB74D;
}
.BgClassName
{
background-color: #7DB74D;
}
</style>
border-color css
<style>
span { border-color: #7DB74D; }
span { border-color: rgb(125,183,77); }
td.TdClassName
{
border-color: #7DB74D;
}
.TagClassName
{
border-color: #7DB74D;
}
</style>