Shades of Mantis #7DB944
Tints of Mantis #7DB944
RGB
CMYK
RGB Variations
Color information
#7DB944 (or 0x7DB944) is known color: Mantis. HEX triplet: 7D, B9 and 44. RGB value is (125,185,68). Sum of RGB (Red+Green+Blue) = 125+185+68=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB944 is #8246BB. Grayscale: #9A9A9A. Windows color (decimal): -8537788 or 4503933. OLE color: 4503933.
HSL color Cylindrical-coordinate representation of color #7DB944: hue angle of 90.77º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DB944 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 68 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.27 |
| HSL | 90.77º | 0.46% | 0.5% | - |
| HSV(B) | 90.77º | 0.63% | 0.73% | - |
| XYZ | 26.85 | 39.48 | 11.67 | - |
| YUV | 153.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 68 | 0.32 | 0 | 0.63 | 0.27 | 90.77 | 0.46 | 0.5 |
| Hex | 7D | B9 | 44 | 20 | 0 | 3F | 1B | 5B | 2E | 32 |
| Octal | 175 | 271 | 104 | 40 | 0 | 77 | 33 | 133 | 56 | 62 |
| Binary | 1111101 | 10111001 | 1000100 | 100000 | 0 | 111111 | 11011 | 1011011 | 101110 | 110010 |
Color Harmonies of #7DB944
Complementary color
Monochromatic Colors of #7DB944
Black with #7DB944
Text Example
Text Example
White with #7DB944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB944; }
p { color: rgb(125,185,68); }
H1.HeaderClassName
{
color: #7DB944;
}
.AnyTagClassName
{
color: #7DB944;
}
</style>
background-color css
<style>
a { background-color: #7DB944; }
a { background-color: rgb(125,185,68); }
div.DivClassName
{
background-color: #7DB944;
}
.BgClassName
{
background-color: #7DB944;
}
</style>
border-color css
<style>
span { border-color: #7DB944; }
span { border-color: rgb(125,185,68); }
td.TdClassName
{
border-color: #7DB944;
}
.TagClassName
{
border-color: #7DB944;
}
</style>