Shades of Mantis #7DC844
Tints of Mantis #7DC844
RGB
CMYK
RGB Variations
Color information
#7DC844 (or 0x7DC844) is known color: Mantis. HEX triplet: 7D, C8 and 44. RGB value is (125,200,68). Sum of RGB (Red+Green+Blue) = 125+200+68=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC844 is #8237BB. Grayscale: #A2A2A2. Windows color (decimal): -8533948 or 4507773. OLE color: 4507773.
HSL color Cylindrical-coordinate representation of color #7DC844: hue angle of 94.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC844 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 68 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.22 |
| HSL | 94.09º | 0.55% | 0.53% | - |
| HSV(B) | 94.09º | 0.66% | 0.78% | - |
| XYZ | 30.16 | 46.09 | 12.77 | - |
| YUV | 162.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 68 | 0.38 | 0 | 0.66 | 0.22 | 94.09 | 0.55 | 0.53 |
| Hex | 7D | C8 | 44 | 26 | 0 | 42 | 16 | 5E | 37 | 35 |
| Octal | 175 | 310 | 104 | 46 | 0 | 102 | 26 | 136 | 67 | 65 |
| Binary | 1111101 | 11001000 | 1000100 | 100110 | 0 | 1000010 | 10110 | 1011110 | 110111 | 110101 |
Color Harmonies of #7DC844
Complementary color
Monochromatic Colors of #7DC844
Black with #7DC844
Text Example
Text Example
White with #7DC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC844; }
p { color: rgb(125,200,68); }
H1.HeaderClassName
{
color: #7DC844;
}
.AnyTagClassName
{
color: #7DC844;
}
</style>
background-color css
<style>
a { background-color: #7DC844; }
a { background-color: rgb(125,200,68); }
div.DivClassName
{
background-color: #7DC844;
}
.BgClassName
{
background-color: #7DC844;
}
</style>
border-color css
<style>
span { border-color: #7DC844; }
span { border-color: rgb(125,200,68); }
td.TdClassName
{
border-color: #7DC844;
}
.TagClassName
{
border-color: #7DC844;
}
</style>