Shades of Mantis #7DB44E
Tints of Mantis #7DB44E
RGB
CMYK
RGB Variations
Color information
#7DB44E (or 0x7DB44E) is known color: Mantis. HEX triplet: 7D, B4 and 4E. RGB value is (125,180,78). Sum of RGB (Red+Green+Blue) = 125+180+78=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB44E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB44E is #824BB1. Grayscale: #989898. Windows color (decimal): -8539058 or 5158013. OLE color: 5158013.
HSL color Cylindrical-coordinate representation of color #7DB44E: hue angle of 92.35º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DB44E is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 78 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.29 |
| HSL | 92.35º | 0.4% | 0.51% | - |
| HSV(B) | 92.35º | 0.57% | 0.71% | - |
| XYZ | 26.15 | 37.55 | 13.08 | - |
| YUV | 151.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 78 | 0.31 | 0 | 0.57 | 0.29 | 92.35 | 0.4 | 0.51 |
| Hex | 7D | B4 | 4E | 1F | 0 | 39 | 1D | 5C | 28 | 33 |
| Octal | 175 | 264 | 116 | 37 | 0 | 71 | 35 | 134 | 50 | 63 |
| Binary | 1111101 | 10110100 | 1001110 | 11111 | 0 | 111001 | 11101 | 1011100 | 101000 | 110011 |
Color Harmonies of #7DB44E
Complementary color
Monochromatic Colors of #7DB44E
Black with #7DB44E
Text Example
Text Example
White with #7DB44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB44E; }
p { color: rgb(125,180,78); }
H1.HeaderClassName
{
color: #7DB44E;
}
.AnyTagClassName
{
color: #7DB44E;
}
</style>
background-color css
<style>
a { background-color: #7DB44E; }
a { background-color: rgb(125,180,78); }
div.DivClassName
{
background-color: #7DB44E;
}
.BgClassName
{
background-color: #7DB44E;
}
</style>
border-color css
<style>
span { border-color: #7DB44E; }
span { border-color: rgb(125,180,78); }
td.TdClassName
{
border-color: #7DB44E;
}
.TagClassName
{
border-color: #7DB44E;
}
</style>