Shades of Mantis #7DB74E
Tints of Mantis #7DB74E
RGB
CMYK
RGB Variations
Color information
#7DB74E (or 0x7DB74E) is known color: Mantis. HEX triplet: 7D, B7 and 4E. RGB value is (125,183,78). Sum of RGB (Red+Green+Blue) = 125+183+78=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB74E is #8248B1. Grayscale: #9A9A9A. Windows color (decimal): -8538290 or 5158781. OLE color: 5158781.
HSL color Cylindrical-coordinate representation of color #7DB74E: hue angle of 93.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DB74E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 78 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.28 |
| HSL | 93.14º | 0.42% | 0.51% | - |
| HSV(B) | 93.14º | 0.57% | 0.72% | - |
| XYZ | 26.77 | 38.78 | 13.28 | - |
| YUV | 153.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 78 | 0.32 | 0 | 0.57 | 0.28 | 93.14 | 0.42 | 0.51 |
| Hex | 7D | B7 | 4E | 20 | 0 | 39 | 1C | 5D | 2A | 33 |
| Octal | 175 | 267 | 116 | 40 | 0 | 71 | 34 | 135 | 52 | 63 |
| Binary | 1111101 | 10110111 | 1001110 | 100000 | 0 | 111001 | 11100 | 1011101 | 101010 | 110011 |
Color Harmonies of #7DB74E
Complementary color
Monochromatic Colors of #7DB74E
Black with #7DB74E
Text Example
Text Example
White with #7DB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB74E; }
p { color: rgb(125,183,78); }
H1.HeaderClassName
{
color: #7DB74E;
}
.AnyTagClassName
{
color: #7DB74E;
}
</style>
background-color css
<style>
a { background-color: #7DB74E; }
a { background-color: rgb(125,183,78); }
div.DivClassName
{
background-color: #7DB74E;
}
.BgClassName
{
background-color: #7DB74E;
}
</style>
border-color css
<style>
span { border-color: #7DB74E; }
span { border-color: rgb(125,183,78); }
td.TdClassName
{
border-color: #7DB74E;
}
.TagClassName
{
border-color: #7DB74E;
}
</style>