Shades of Mantis #7DB44F
Tints of Mantis #7DB44F
RGB
CMYK
RGB Variations
Color information
#7DB44F (or 0x7DB44F) is known color: Mantis. HEX triplet: 7D, B4 and 4F. RGB value is (125,180,79). Sum of RGB (Red+Green+Blue) = 125+180+79=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB44F is #824BB0. Grayscale: #989898. Windows color (decimal): -8539057 or 5223549. OLE color: 5223549.
HSL color Cylindrical-coordinate representation of color #7DB44F: hue angle of 92.67º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DB44F is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 79 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.29 |
| HSL | 92.67º | 0.4% | 0.51% | - |
| HSV(B) | 92.67º | 0.56% | 0.71% | - |
| XYZ | 26.19 | 37.57 | 13.27 | - |
| YUV | 152.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 79 | 0.31 | 0 | 0.56 | 0.29 | 92.67 | 0.4 | 0.51 |
| Hex | 7D | B4 | 4F | 1F | 0 | 38 | 1D | 5D | 28 | 33 |
| Octal | 175 | 264 | 117 | 37 | 0 | 70 | 35 | 135 | 50 | 63 |
| Binary | 1111101 | 10110100 | 1001111 | 11111 | 0 | 111000 | 11101 | 1011101 | 101000 | 110011 |
Color Harmonies of #7DB44F
Complementary color
Monochromatic Colors of #7DB44F
Black with #7DB44F
Text Example
Text Example
White with #7DB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB44F; }
p { color: rgb(125,180,79); }
H1.HeaderClassName
{
color: #7DB44F;
}
.AnyTagClassName
{
color: #7DB44F;
}
</style>
background-color css
<style>
a { background-color: #7DB44F; }
a { background-color: rgb(125,180,79); }
div.DivClassName
{
background-color: #7DB44F;
}
.BgClassName
{
background-color: #7DB44F;
}
</style>
border-color css
<style>
span { border-color: #7DB44F; }
span { border-color: rgb(125,180,79); }
td.TdClassName
{
border-color: #7DB44F;
}
.TagClassName
{
border-color: #7DB44F;
}
</style>