Shades of Mantis #7DCC49
Tints of Mantis #7DCC49
RGB
CMYK
RGB Variations
Color information
#7DCC49 (or 0x7DCC49) is known color: Mantis. HEX triplet: 7D, CC and 49. RGB value is (125,204,73). Sum of RGB (Red+Green+Blue) = 125+204+73=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC49 is #8233B6. Grayscale: #A5A5A5. Windows color (decimal): -8532919 or 4836477. OLE color: 4836477.
HSL color Cylindrical-coordinate representation of color #7DCC49: hue angle of 96.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DCC49 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 73 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.2 |
| HSL | 96.18º | 0.56% | 0.54% | - |
| HSV(B) | 96.18º | 0.64% | 0.8% | - |
| XYZ | 31.25 | 48.03 | 13.93 | - |
| YUV | 165.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 73 | 0.39 | 0 | 0.64 | 0.2 | 96.18 | 0.56 | 0.54 |
| Hex | 7D | CC | 49 | 27 | 0 | 40 | 14 | 60 | 38 | 36 |
| Octal | 175 | 314 | 111 | 47 | 0 | 100 | 24 | 140 | 70 | 66 |
| Binary | 1111101 | 11001100 | 1001001 | 100111 | 0 | 1000000 | 10100 | 1100000 | 111000 | 110110 |
Color Harmonies of #7DCC49
Complementary color
Monochromatic Colors of #7DCC49
Black with #7DCC49
Text Example
Text Example
White with #7DCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC49; }
p { color: rgb(125,204,73); }
H1.HeaderClassName
{
color: #7DCC49;
}
.AnyTagClassName
{
color: #7DCC49;
}
</style>
background-color css
<style>
a { background-color: #7DCC49; }
a { background-color: rgb(125,204,73); }
div.DivClassName
{
background-color: #7DCC49;
}
.BgClassName
{
background-color: #7DCC49;
}
</style>
border-color css
<style>
span { border-color: #7DCC49; }
span { border-color: rgb(125,204,73); }
td.TdClassName
{
border-color: #7DCC49;
}
.TagClassName
{
border-color: #7DCC49;
}
</style>