Shades of Mantis #7DBF47
Tints of Mantis #7DBF47
RGB
CMYK
RGB Variations
Color information
#7DBF47 (or 0x7DBF47) is known color: Mantis. HEX triplet: 7D, BF and 47. RGB value is (125,191,71). Sum of RGB (Red+Green+Blue) = 125+191+71=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF47 is #8240B8. Grayscale: #9E9E9E. Windows color (decimal): -8536249 or 4702077. OLE color: 4702077.
HSL color Cylindrical-coordinate representation of color #7DBF47: hue angle of 93º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DBF47 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 71 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.25 |
| HSL | 93º | 0.48% | 0.51% | - |
| HSV(B) | 93º | 0.63% | 0.75% | - |
| XYZ | 28.23 | 42.08 | 12.6 | - |
| YUV | 157.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 71 | 0.35 | 0 | 0.63 | 0.25 | 93 | 0.48 | 0.51 |
| Hex | 7D | BF | 47 | 23 | 0 | 3F | 19 | 5D | 30 | 33 |
| Octal | 175 | 277 | 107 | 43 | 0 | 77 | 31 | 135 | 60 | 63 |
| Binary | 1111101 | 10111111 | 1000111 | 100011 | 0 | 111111 | 11001 | 1011101 | 110000 | 110011 |
Color Harmonies of #7DBF47
Complementary color
Monochromatic Colors of #7DBF47
Black with #7DBF47
Text Example
Text Example
White with #7DBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF47; }
p { color: rgb(125,191,71); }
H1.HeaderClassName
{
color: #7DBF47;
}
.AnyTagClassName
{
color: #7DBF47;
}
</style>
background-color css
<style>
a { background-color: #7DBF47; }
a { background-color: rgb(125,191,71); }
div.DivClassName
{
background-color: #7DBF47;
}
.BgClassName
{
background-color: #7DBF47;
}
</style>
border-color css
<style>
span { border-color: #7DBF47; }
span { border-color: rgb(125,191,71); }
td.TdClassName
{
border-color: #7DBF47;
}
.TagClassName
{
border-color: #7DBF47;
}
</style>