Shades of Mantis #7DB25B
Tints of Mantis #7DB25B
RGB
CMYK
RGB Variations
Color information
#7DB25B (or 0x7DB25B) is known color: Mantis. HEX triplet: 7D, B2 and 5B. RGB value is (125,178,91). Sum of RGB (Red+Green+Blue) = 125+178+91=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB25B is #824DA4. Grayscale: #989898. Windows color (decimal): -8539557 or 6009469. OLE color: 6009469.
HSL color Cylindrical-coordinate representation of color #7DB25B: hue angle of 96.55º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB25B is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 91 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.30 |
| HSL | 96.55º | 0.36% | 0.53% | - |
| HSV(B) | 96.55º | 0.49% | 0.7% | - |
| XYZ | 26.27 | 36.96 | 15.65 | - |
| YUV | 152.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 91 | 0.30 | 0 | 0.49 | 0.30 | 96.55 | 0.36 | 0.53 |
| Hex | 7D | B2 | 5B | 1E | 0 | 31 | 1E | 61 | 24 | 35 |
| Octal | 175 | 262 | 133 | 36 | 0 | 61 | 36 | 141 | 44 | 65 |
| Binary | 1111101 | 10110010 | 1011011 | 11110 | 0 | 110001 | 11110 | 1100001 | 100100 | 110101 |
Color Harmonies of #7DB25B
Complementary color
Monochromatic Colors of #7DB25B
Black with #7DB25B
Text Example
Text Example
White with #7DB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB25B; }
p { color: rgb(125,178,91); }
H1.HeaderClassName
{
color: #7DB25B;
}
.AnyTagClassName
{
color: #7DB25B;
}
</style>
background-color css
<style>
a { background-color: #7DB25B; }
a { background-color: rgb(125,178,91); }
div.DivClassName
{
background-color: #7DB25B;
}
.BgClassName
{
background-color: #7DB25B;
}
</style>
border-color css
<style>
span { border-color: #7DB25B; }
span { border-color: rgb(125,178,91); }
td.TdClassName
{
border-color: #7DB25B;
}
.TagClassName
{
border-color: #7DB25B;
}
</style>