Shades of Mantis #7DBF71
Tints of Mantis #7DBF71
RGB
CMYK
RGB Variations
Color information
#7DBF71 (or 0x7DBF71) is known color: Mantis. HEX triplet: 7D, BF and 71. RGB value is (125,191,113). Sum of RGB (Red+Green+Blue) = 125+191+113=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF71 is #82408E. Grayscale: #A2A2A2. Windows color (decimal): -8536207 or 7454589. OLE color: 7454589.
HSL color Cylindrical-coordinate representation of color #7DBF71: hue angle of 110.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DBF71 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 113 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.25 |
| HSL | 110.77º | 0.38% | 0.6% | - |
| HSV(B) | 110.77º | 0.41% | 0.75% | - |
| XYZ | 30.07 | 42.81 | 22.3 | - |
| YUV | 162.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 113 | 0.35 | 0 | 0.41 | 0.25 | 110.77 | 0.38 | 0.6 |
| Hex | 7D | BF | 71 | 23 | 0 | 29 | 19 | 6F | 26 | 3C |
| Octal | 175 | 277 | 161 | 43 | 0 | 51 | 31 | 157 | 46 | 74 |
| Binary | 1111101 | 10111111 | 1110001 | 100011 | 0 | 101001 | 11001 | 1101111 | 100110 | 111100 |
Color Harmonies of #7DBF71
Complementary color
Monochromatic Colors of #7DBF71
Black with #7DBF71
Text Example
Text Example
White with #7DBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF71; }
p { color: rgb(125,191,113); }
H1.HeaderClassName
{
color: #7DBF71;
}
.AnyTagClassName
{
color: #7DBF71;
}
</style>
background-color css
<style>
a { background-color: #7DBF71; }
a { background-color: rgb(125,191,113); }
div.DivClassName
{
background-color: #7DBF71;
}
.BgClassName
{
background-color: #7DBF71;
}
</style>
border-color css
<style>
span { border-color: #7DBF71; }
span { border-color: rgb(125,191,113); }
td.TdClassName
{
border-color: #7DBF71;
}
.TagClassName
{
border-color: #7DBF71;
}
</style>