Shades of Mantis #7DC652
Tints of Mantis #7DC652
RGB
CMYK
RGB Variations
Color information
#7DC652 (or 0x7DC652) is known color: Mantis. HEX triplet: 7D, C6 and 52. RGB value is (125,198,82). Sum of RGB (Red+Green+Blue) = 125+198+82=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC652 is #8239AD. Grayscale: #A3A3A3. Windows color (decimal): -8534446 or 5424765. OLE color: 5424765.
HSL color Cylindrical-coordinate representation of color #7DC652: hue angle of 97.76º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC652 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 82 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.22 |
| HSL | 97.76º | 0.5% | 0.55% | - |
| HSV(B) | 97.76º | 0.59% | 0.78% | - |
| XYZ | 30.17 | 45.36 | 15.15 | - |
| YUV | 162.95 | 82.32 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 82 | 0.37 | 0 | 0.59 | 0.22 | 97.76 | 0.5 | 0.55 |
| Hex | 7D | C6 | 52 | 25 | 0 | 3B | 16 | 62 | 32 | 37 |
| Octal | 175 | 306 | 122 | 45 | 0 | 73 | 26 | 142 | 62 | 67 |
| Binary | 1111101 | 11000110 | 1010010 | 100101 | 0 | 111011 | 10110 | 1100010 | 110010 | 110111 |
Color Harmonies of #7DC652
Complementary color
Monochromatic Colors of #7DC652
Black with #7DC652
Text Example
Text Example
White with #7DC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC652; }
p { color: rgb(125,198,82); }
H1.HeaderClassName
{
color: #7DC652;
}
.AnyTagClassName
{
color: #7DC652;
}
</style>
background-color css
<style>
a { background-color: #7DC652; }
a { background-color: rgb(125,198,82); }
div.DivClassName
{
background-color: #7DC652;
}
.BgClassName
{
background-color: #7DC652;
}
</style>
border-color css
<style>
span { border-color: #7DC652; }
span { border-color: rgb(125,198,82); }
td.TdClassName
{
border-color: #7DC652;
}
.TagClassName
{
border-color: #7DC652;
}
</style>