Shades of Mantis #7DC849
Tints of Mantis #7DC849
RGB
CMYK
RGB Variations
Color information
#7DC849 (or 0x7DC849) is known color: Mantis. HEX triplet: 7D, C8 and 49. RGB value is (125,200,73). Sum of RGB (Red+Green+Blue) = 125+200+73=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC849 is #8237B6. Grayscale: #A3A3A3. Windows color (decimal): -8533943 or 4835453. OLE color: 4835453.
HSL color Cylindrical-coordinate representation of color #7DC849: hue angle of 95.43º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DC849 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 73 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.22 |
| HSL | 95.43º | 0.54% | 0.54% | - |
| HSV(B) | 95.43º | 0.64% | 0.78% | - |
| XYZ | 30.31 | 46.15 | 13.61 | - |
| YUV | 163.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 73 | 0.38 | 0 | 0.64 | 0.22 | 95.43 | 0.54 | 0.54 |
| Hex | 7D | C8 | 49 | 26 | 0 | 40 | 16 | 5F | 36 | 36 |
| Octal | 175 | 310 | 111 | 46 | 0 | 100 | 26 | 137 | 66 | 66 |
| Binary | 1111101 | 11001000 | 1001001 | 100110 | 0 | 1000000 | 10110 | 1011111 | 110110 | 110110 |
Color Harmonies of #7DC849
Complementary color
Monochromatic Colors of #7DC849
Black with #7DC849
Text Example
Text Example
White with #7DC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC849; }
p { color: rgb(125,200,73); }
H1.HeaderClassName
{
color: #7DC849;
}
.AnyTagClassName
{
color: #7DC849;
}
</style>
background-color css
<style>
a { background-color: #7DC849; }
a { background-color: rgb(125,200,73); }
div.DivClassName
{
background-color: #7DC849;
}
.BgClassName
{
background-color: #7DC849;
}
</style>
border-color css
<style>
span { border-color: #7DC849; }
span { border-color: rgb(125,200,73); }
td.TdClassName
{
border-color: #7DC849;
}
.TagClassName
{
border-color: #7DC849;
}
</style>