Shades of Mantis #7DB945
Tints of Mantis #7DB945
RGB
CMYK
RGB Variations
Color information
#7DB945 (or 0x7DB945) is known color: Mantis. HEX triplet: 7D, B9 and 45. RGB value is (125,185,69). Sum of RGB (Red+Green+Blue) = 125+185+69=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB945 is #8246BA. Grayscale: #9A9A9A. Windows color (decimal): -8537787 or 4569469. OLE color: 4569469.
HSL color Cylindrical-coordinate representation of color #7DB945: hue angle of 91.03º 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 #7DB945 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 69 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.27 |
| HSL | 91.03º | 0.46% | 0.5% | - |
| HSV(B) | 91.03º | 0.63% | 0.73% | - |
| XYZ | 26.88 | 39.49 | 11.84 | - |
| YUV | 153.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 69 | 0.32 | 0 | 0.63 | 0.27 | 91.03 | 0.46 | 0.5 |
| Hex | 7D | B9 | 45 | 20 | 0 | 3F | 1B | 5B | 2E | 32 |
| Octal | 175 | 271 | 105 | 40 | 0 | 77 | 33 | 133 | 56 | 62 |
| Binary | 1111101 | 10111001 | 1000101 | 100000 | 0 | 111111 | 11011 | 1011011 | 101110 | 110010 |
Color Harmonies of #7DB945
Complementary color
Monochromatic Colors of #7DB945
Black with #7DB945
Text Example
Text Example
White with #7DB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB945; }
p { color: rgb(125,185,69); }
H1.HeaderClassName
{
color: #7DB945;
}
.AnyTagClassName
{
color: #7DB945;
}
</style>
background-color css
<style>
a { background-color: #7DB945; }
a { background-color: rgb(125,185,69); }
div.DivClassName
{
background-color: #7DB945;
}
.BgClassName
{
background-color: #7DB945;
}
</style>
border-color css
<style>
span { border-color: #7DB945; }
span { border-color: rgb(125,185,69); }
td.TdClassName
{
border-color: #7DB945;
}
.TagClassName
{
border-color: #7DB945;
}
</style>