Shades of Mantis #7DB56D
Tints of Mantis #7DB56D
RGB
CMYK
RGB Variations
Color information
#7DB56D (or 0x7DB56D) is known color: Mantis. HEX triplet: 7D, B5 and 6D. RGB value is (125,181,109). Sum of RGB (Red+Green+Blue) = 125+181+109=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB56D is #824A92. Grayscale: #9C9C9C. Windows color (decimal): -8538771 or 7189885. OLE color: 7189885.
HSL color Cylindrical-coordinate representation of color #7DB56D: hue angle of 106.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DB56D is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 109 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.29 |
| HSL | 106.67º | 0.33% | 0.57% | - |
| HSV(B) | 106.67º | 0.4% | 0.71% | - |
| XYZ | 27.74 | 38.51 | 20.44 | - |
| YUV | 156.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 109 | 0.31 | 0 | 0.40 | 0.29 | 106.67 | 0.33 | 0.57 |
| Hex | 7D | B5 | 6D | 1F | 0 | 28 | 1D | 6B | 21 | 39 |
| Octal | 175 | 265 | 155 | 37 | 0 | 50 | 35 | 153 | 41 | 71 |
| Binary | 1111101 | 10110101 | 1101101 | 11111 | 0 | 101000 | 11101 | 1101011 | 100001 | 111001 |
Color Harmonies of #7DB56D
Complementary color
Monochromatic Colors of #7DB56D
Black with #7DB56D
Text Example
Text Example
White with #7DB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB56D; }
p { color: rgb(125,181,109); }
H1.HeaderClassName
{
color: #7DB56D;
}
.AnyTagClassName
{
color: #7DB56D;
}
</style>
background-color css
<style>
a { background-color: #7DB56D; }
a { background-color: rgb(125,181,109); }
div.DivClassName
{
background-color: #7DB56D;
}
.BgClassName
{
background-color: #7DB56D;
}
</style>
border-color css
<style>
span { border-color: #7DB56D; }
span { border-color: rgb(125,181,109); }
td.TdClassName
{
border-color: #7DB56D;
}
.TagClassName
{
border-color: #7DB56D;
}
</style>