Shades of Mantis #7DBE47
Tints of Mantis #7DBE47
RGB
CMYK
RGB Variations
Color information
#7DBE47 (or 0x7DBE47) is known color: Mantis. HEX triplet: 7D, BE and 47. RGB value is (125,190,71). Sum of RGB (Red+Green+Blue) = 125+190+71=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE47 is #8241B8. Grayscale: #9D9D9D. Windows color (decimal): -8536505 or 4701821. OLE color: 4701821.
HSL color Cylindrical-coordinate representation of color #7DBE47: hue angle of 92.77º 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 #7DBE47 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 71 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.25 |
| HSL | 92.77º | 0.48% | 0.51% | - |
| HSV(B) | 92.77º | 0.63% | 0.75% | - |
| XYZ | 28.01 | 41.64 | 12.52 | - |
| YUV | 157 | 79.47 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 71 | 0.34 | 0 | 0.63 | 0.25 | 92.77 | 0.48 | 0.51 |
| Hex | 7D | BE | 47 | 22 | 0 | 3F | 19 | 5D | 30 | 33 |
| Octal | 175 | 276 | 107 | 42 | 0 | 77 | 31 | 135 | 60 | 63 |
| Binary | 1111101 | 10111110 | 1000111 | 100010 | 0 | 111111 | 11001 | 1011101 | 110000 | 110011 |
Color Harmonies of #7DBE47
Complementary color
Monochromatic Colors of #7DBE47
Black with #7DBE47
Text Example
Text Example
White with #7DBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE47; }
p { color: rgb(125,190,71); }
H1.HeaderClassName
{
color: #7DBE47;
}
.AnyTagClassName
{
color: #7DBE47;
}
</style>
background-color css
<style>
a { background-color: #7DBE47; }
a { background-color: rgb(125,190,71); }
div.DivClassName
{
background-color: #7DBE47;
}
.BgClassName
{
background-color: #7DBE47;
}
</style>
border-color css
<style>
span { border-color: #7DBE47; }
span { border-color: rgb(125,190,71); }
td.TdClassName
{
border-color: #7DBE47;
}
.TagClassName
{
border-color: #7DBE47;
}
</style>