Shades of Mantis #7DBE46
Tints of Mantis #7DBE46
RGB
CMYK
RGB Variations
Color information
#7DBE46 (or 0x7DBE46) is known color: Mantis. HEX triplet: 7D, BE and 46. RGB value is (125,190,70). Sum of RGB (Red+Green+Blue) = 125+190+70=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE46 is #8241B9. Grayscale: #9D9D9D. Windows color (decimal): -8536506 or 4636285. OLE color: 4636285.
HSL color Cylindrical-coordinate representation of color #7DBE46: hue angle of 92.5º 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 #7DBE46 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 70 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.25 |
| HSL | 92.5º | 0.48% | 0.51% | - |
| HSV(B) | 92.5º | 0.63% | 0.75% | - |
| XYZ | 27.98 | 41.63 | 12.36 | - |
| YUV | 156.89 | 78.97 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 70 | 0.34 | 0 | 0.63 | 0.25 | 92.5 | 0.48 | 0.51 |
| Hex | 7D | BE | 46 | 22 | 0 | 3F | 19 | 5C | 30 | 33 |
| Octal | 175 | 276 | 106 | 42 | 0 | 77 | 31 | 134 | 60 | 63 |
| Binary | 1111101 | 10111110 | 1000110 | 100010 | 0 | 111111 | 11001 | 1011100 | 110000 | 110011 |
Color Harmonies of #7DBE46
Complementary color
Monochromatic Colors of #7DBE46
Black with #7DBE46
Text Example
Text Example
White with #7DBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE46; }
p { color: rgb(125,190,70); }
H1.HeaderClassName
{
color: #7DBE46;
}
.AnyTagClassName
{
color: #7DBE46;
}
</style>
background-color css
<style>
a { background-color: #7DBE46; }
a { background-color: rgb(125,190,70); }
div.DivClassName
{
background-color: #7DBE46;
}
.BgClassName
{
background-color: #7DBE46;
}
</style>
border-color css
<style>
span { border-color: #7DBE46; }
span { border-color: rgb(125,190,70); }
td.TdClassName
{
border-color: #7DBE46;
}
.TagClassName
{
border-color: #7DBE46;
}
</style>