Shades of Mantis #7DC86A
Tints of Mantis #7DC86A
RGB
CMYK
RGB Variations
Color information
#7DC86A (or 0x7DC86A) is known color: Mantis. HEX triplet: 7D, C8 and 6A. RGB value is (125,200,106). Sum of RGB (Red+Green+Blue) = 125+200+106=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC86A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC86A is #823795. Grayscale: #A7A7A7. Windows color (decimal): -8533910 or 6998141. OLE color: 6998141.
HSL color Cylindrical-coordinate representation of color #7DC86A: hue angle of 107.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC86A is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 106 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.22 |
| HSL | 107.87º | 0.46% | 0.6% | - |
| HSV(B) | 107.87º | 0.47% | 0.78% | - |
| XYZ | 31.71 | 46.71 | 20.98 | - |
| YUV | 166.86 | 93.65 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 106 | 0.38 | 0 | 0.47 | 0.22 | 107.87 | 0.46 | 0.6 |
| Hex | 7D | C8 | 6A | 26 | 0 | 2F | 16 | 6C | 2E | 3C |
| Octal | 175 | 310 | 152 | 46 | 0 | 57 | 26 | 154 | 56 | 74 |
| Binary | 1111101 | 11001000 | 1101010 | 100110 | 0 | 101111 | 10110 | 1101100 | 101110 | 111100 |
Color Harmonies of #7DC86A
Complementary color
Monochromatic Colors of #7DC86A
Black with #7DC86A
Text Example
Text Example
White with #7DC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC86A; }
p { color: rgb(125,200,106); }
H1.HeaderClassName
{
color: #7DC86A;
}
.AnyTagClassName
{
color: #7DC86A;
}
</style>
background-color css
<style>
a { background-color: #7DC86A; }
a { background-color: rgb(125,200,106); }
div.DivClassName
{
background-color: #7DC86A;
}
.BgClassName
{
background-color: #7DC86A;
}
</style>
border-color css
<style>
span { border-color: #7DC86A; }
span { border-color: rgb(125,200,106); }
td.TdClassName
{
border-color: #7DC86A;
}
.TagClassName
{
border-color: #7DC86A;
}
</style>