Shades of Mantis #7DC86C
Tints of Mantis #7DC86C
RGB
CMYK
RGB Variations
Color information
#7DC86C (or 0x7DC86C) is known color: Mantis. HEX triplet: 7D, C8 and 6C. RGB value is (125,200,108). Sum of RGB (Red+Green+Blue) = 125+200+108=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC86C is #823793. Grayscale: #A7A7A7. Windows color (decimal): -8533908 or 7129213. OLE color: 7129213.
HSL color Cylindrical-coordinate representation of color #7DC86C: hue angle of 108.91º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DC86C is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 108 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.22 |
| HSL | 108.91º | 0.46% | 0.6% | - |
| HSV(B) | 108.91º | 0.46% | 0.78% | - |
| XYZ | 31.82 | 46.75 | 21.53 | - |
| YUV | 167.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 108 | 0.38 | 0 | 0.46 | 0.22 | 108.91 | 0.46 | 0.6 |
| Hex | 7D | C8 | 6C | 26 | 0 | 2E | 16 | 6D | 2E | 3C |
| Octal | 175 | 310 | 154 | 46 | 0 | 56 | 26 | 155 | 56 | 74 |
| Binary | 1111101 | 11001000 | 1101100 | 100110 | 0 | 101110 | 10110 | 1101101 | 101110 | 111100 |
Color Harmonies of #7DC86C
Complementary color
Monochromatic Colors of #7DC86C
Black with #7DC86C
Text Example
Text Example
White with #7DC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC86C; }
p { color: rgb(125,200,108); }
H1.HeaderClassName
{
color: #7DC86C;
}
.AnyTagClassName
{
color: #7DC86C;
}
</style>
background-color css
<style>
a { background-color: #7DC86C; }
a { background-color: rgb(125,200,108); }
div.DivClassName
{
background-color: #7DC86C;
}
.BgClassName
{
background-color: #7DC86C;
}
</style>
border-color css
<style>
span { border-color: #7DC86C; }
span { border-color: rgb(125,200,108); }
td.TdClassName
{
border-color: #7DC86C;
}
.TagClassName
{
border-color: #7DC86C;
}
</style>