Shades of Mantis #7DB74F
Tints of Mantis #7DB74F
RGB
CMYK
RGB Variations
Color information
#7DB74F (or 0x7DB74F) is known color: Mantis. HEX triplet: 7D, B7 and 4F. RGB value is (125,183,79). Sum of RGB (Red+Green+Blue) = 125+183+79=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB74F is #8248B0. Grayscale: #9A9A9A. Windows color (decimal): -8538289 or 5224317. OLE color: 5224317.
HSL color Cylindrical-coordinate representation of color #7DB74F: hue angle of 93.46º 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 #7DB74F is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 79 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.28 |
| HSL | 93.46º | 0.42% | 0.51% | - |
| HSV(B) | 93.46º | 0.57% | 0.72% | - |
| XYZ | 26.8 | 38.79 | 13.47 | - |
| YUV | 153.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 79 | 0.32 | 0 | 0.57 | 0.28 | 93.46 | 0.42 | 0.51 |
| Hex | 7D | B7 | 4F | 20 | 0 | 39 | 1C | 5D | 2A | 33 |
| Octal | 175 | 267 | 117 | 40 | 0 | 71 | 34 | 135 | 52 | 63 |
| Binary | 1111101 | 10110111 | 1001111 | 100000 | 0 | 111001 | 11100 | 1011101 | 101010 | 110011 |
Color Harmonies of #7DB74F
Complementary color
Monochromatic Colors of #7DB74F
Black with #7DB74F
Text Example
Text Example
White with #7DB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB74F; }
p { color: rgb(125,183,79); }
H1.HeaderClassName
{
color: #7DB74F;
}
.AnyTagClassName
{
color: #7DB74F;
}
</style>
background-color css
<style>
a { background-color: #7DB74F; }
a { background-color: rgb(125,183,79); }
div.DivClassName
{
background-color: #7DB74F;
}
.BgClassName
{
background-color: #7DB74F;
}
</style>
border-color css
<style>
span { border-color: #7DB74F; }
span { border-color: rgb(125,183,79); }
td.TdClassName
{
border-color: #7DB74F;
}
.TagClassName
{
border-color: #7DB74F;
}
</style>