Shades of Mantis #7DC85B
Tints of Mantis #7DC85B
RGB
CMYK
RGB Variations
Color information
#7DC85B (or 0x7DC85B) is known color: Mantis. HEX triplet: 7D, C8 and 5B. RGB value is (125,200,91). Sum of RGB (Red+Green+Blue) = 125+200+91=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC85B is #8237A4. Grayscale: #A5A5A5. Windows color (decimal): -8533925 or 6015101. OLE color: 6015101.
HSL color Cylindrical-coordinate representation of color #7DC85B: hue angle of 101.28º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DC85B is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 91 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.22 |
| HSL | 101.28º | 0.5% | 0.57% | - |
| HSV(B) | 101.28º | 0.55% | 0.78% | - |
| XYZ | 31 | 46.42 | 17.22 | - |
| YUV | 165.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 91 | 0.38 | 0 | 0.54 | 0.22 | 101.28 | 0.5 | 0.57 |
| Hex | 7D | C8 | 5B | 26 | 0 | 36 | 16 | 65 | 32 | 39 |
| Octal | 175 | 310 | 133 | 46 | 0 | 66 | 26 | 145 | 62 | 71 |
| Binary | 1111101 | 11001000 | 1011011 | 100110 | 0 | 110110 | 10110 | 1100101 | 110010 | 111001 |
Color Harmonies of #7DC85B
Complementary color
Monochromatic Colors of #7DC85B
Black with #7DC85B
Text Example
Text Example
White with #7DC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC85B; }
p { color: rgb(125,200,91); }
H1.HeaderClassName
{
color: #7DC85B;
}
.AnyTagClassName
{
color: #7DC85B;
}
</style>
background-color css
<style>
a { background-color: #7DC85B; }
a { background-color: rgb(125,200,91); }
div.DivClassName
{
background-color: #7DC85B;
}
.BgClassName
{
background-color: #7DC85B;
}
</style>
border-color css
<style>
span { border-color: #7DC85B; }
span { border-color: rgb(125,200,91); }
td.TdClassName
{
border-color: #7DC85B;
}
.TagClassName
{
border-color: #7DC85B;
}
</style>