Shades of Mantis #7DB25E
Tints of Mantis #7DB25E
RGB
CMYK
RGB Variations
Color information
#7DB25E (or 0x7DB25E) is known color: Mantis. HEX triplet: 7D, B2 and 5E. RGB value is (125,178,94). Sum of RGB (Red+Green+Blue) = 125+178+94=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB25E is #824DA1. Grayscale: #989898. Windows color (decimal): -8539554 or 6206077. OLE color: 6206077.
HSL color Cylindrical-coordinate representation of color #7DB25E: hue angle of 97.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB25E is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 94 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.30 |
| HSL | 97.86º | 0.35% | 0.53% | - |
| HSV(B) | 97.86º | 0.47% | 0.7% | - |
| XYZ | 26.4 | 37.01 | 16.34 | - |
| YUV | 152.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 94 | 0.30 | 0 | 0.47 | 0.30 | 97.86 | 0.35 | 0.53 |
| Hex | 7D | B2 | 5E | 1E | 0 | 2F | 1E | 62 | 23 | 35 |
| Octal | 175 | 262 | 136 | 36 | 0 | 57 | 36 | 142 | 43 | 65 |
| Binary | 1111101 | 10110010 | 1011110 | 11110 | 0 | 101111 | 11110 | 1100010 | 100011 | 110101 |
Color Harmonies of #7DB25E
Complementary color
Monochromatic Colors of #7DB25E
Black with #7DB25E
Text Example
Text Example
White with #7DB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB25E; }
p { color: rgb(125,178,94); }
H1.HeaderClassName
{
color: #7DB25E;
}
.AnyTagClassName
{
color: #7DB25E;
}
</style>
background-color css
<style>
a { background-color: #7DB25E; }
a { background-color: rgb(125,178,94); }
div.DivClassName
{
background-color: #7DB25E;
}
.BgClassName
{
background-color: #7DB25E;
}
</style>
border-color css
<style>
span { border-color: #7DB25E; }
span { border-color: rgb(125,178,94); }
td.TdClassName
{
border-color: #7DB25E;
}
.TagClassName
{
border-color: #7DB25E;
}
</style>