Shades of Mantis #7DB64E
Tints of Mantis #7DB64E
RGB
CMYK
RGB Variations
Color information
#7DB64E (or 0x7DB64E) is known color: Mantis. HEX triplet: 7D, B6 and 4E. RGB value is (125,182,78). Sum of RGB (Red+Green+Blue) = 125+182+78=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB64E is #8249B1. Grayscale: #999999. Windows color (decimal): -8538546 or 5158525. OLE color: 5158525.
HSL color Cylindrical-coordinate representation of color #7DB64E: hue angle of 92.88º degrees, saturation: 0.42, 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 #7DB64E is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 78 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.29 |
| HSL | 92.88º | 0.42% | 0.51% | - |
| HSV(B) | 92.88º | 0.57% | 0.71% | - |
| XYZ | 26.56 | 38.37 | 13.21 | - |
| YUV | 153.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 78 | 0.31 | 0 | 0.57 | 0.29 | 92.88 | 0.42 | 0.51 |
| Hex | 7D | B6 | 4E | 1F | 0 | 39 | 1D | 5D | 2A | 33 |
| Octal | 175 | 266 | 116 | 37 | 0 | 71 | 35 | 135 | 52 | 63 |
| Binary | 1111101 | 10110110 | 1001110 | 11111 | 0 | 111001 | 11101 | 1011101 | 101010 | 110011 |
Color Harmonies of #7DB64E
Complementary color
Monochromatic Colors of #7DB64E
Black with #7DB64E
Text Example
Text Example
White with #7DB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB64E; }
p { color: rgb(125,182,78); }
H1.HeaderClassName
{
color: #7DB64E;
}
.AnyTagClassName
{
color: #7DB64E;
}
</style>
background-color css
<style>
a { background-color: #7DB64E; }
a { background-color: rgb(125,182,78); }
div.DivClassName
{
background-color: #7DB64E;
}
.BgClassName
{
background-color: #7DB64E;
}
</style>
border-color css
<style>
span { border-color: #7DB64E; }
span { border-color: rgb(125,182,78); }
td.TdClassName
{
border-color: #7DB64E;
}
.TagClassName
{
border-color: #7DB64E;
}
</style>