Shades of Mantis #7DBF5E
Tints of Mantis #7DBF5E
RGB
CMYK
RGB Variations
Color information
#7DBF5E (or 0x7DBF5E) is known color: Mantis. HEX triplet: 7D, BF and 5E. RGB value is (125,191,94). Sum of RGB (Red+Green+Blue) = 125+191+94=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF5E is #8240A1. Grayscale: #A0A0A0. Windows color (decimal): -8536226 or 6209405. OLE color: 6209405.
HSL color Cylindrical-coordinate representation of color #7DBF5E: hue angle of 100.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBF5E is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 94 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.25 |
| HSL | 100.82º | 0.43% | 0.56% | - |
| HSV(B) | 100.82º | 0.51% | 0.75% | - |
| XYZ | 29.11 | 42.43 | 17.25 | - |
| YUV | 160.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 94 | 0.35 | 0 | 0.51 | 0.25 | 100.82 | 0.43 | 0.56 |
| Hex | 7D | BF | 5E | 23 | 0 | 33 | 19 | 65 | 2B | 38 |
| Octal | 175 | 277 | 136 | 43 | 0 | 63 | 31 | 145 | 53 | 70 |
| Binary | 1111101 | 10111111 | 1011110 | 100011 | 0 | 110011 | 11001 | 1100101 | 101011 | 111000 |
Color Harmonies of #7DBF5E
Complementary color
Monochromatic Colors of #7DBF5E
Black with #7DBF5E
Text Example
Text Example
White with #7DBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF5E; }
p { color: rgb(125,191,94); }
H1.HeaderClassName
{
color: #7DBF5E;
}
.AnyTagClassName
{
color: #7DBF5E;
}
</style>
background-color css
<style>
a { background-color: #7DBF5E; }
a { background-color: rgb(125,191,94); }
div.DivClassName
{
background-color: #7DBF5E;
}
.BgClassName
{
background-color: #7DBF5E;
}
</style>
border-color css
<style>
span { border-color: #7DBF5E; }
span { border-color: rgb(125,191,94); }
td.TdClassName
{
border-color: #7DBF5E;
}
.TagClassName
{
border-color: #7DBF5E;
}
</style>