Shades of Mantis #7DBE59
Tints of Mantis #7DBE59
RGB
CMYK
RGB Variations
Color information
#7DBE59 (or 0x7DBE59) is known color: Mantis. HEX triplet: 7D, BE and 59. RGB value is (125,190,89). Sum of RGB (Red+Green+Blue) = 125+190+89=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE59 is #8241A6. Grayscale: #9F9F9F. Windows color (decimal): -8536487 or 5881469. OLE color: 5881469.
HSL color Cylindrical-coordinate representation of color #7DBE59: hue angle of 98.61º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DBE59 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 89 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.25 |
| HSL | 98.61º | 0.44% | 0.55% | - |
| HSV(B) | 98.61º | 0.53% | 0.75% | - |
| XYZ | 28.67 | 41.91 | 16.03 | - |
| YUV | 159.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 89 | 0.34 | 0 | 0.53 | 0.25 | 98.61 | 0.44 | 0.55 |
| Hex | 7D | BE | 59 | 22 | 0 | 35 | 19 | 63 | 2C | 37 |
| Octal | 175 | 276 | 131 | 42 | 0 | 65 | 31 | 143 | 54 | 67 |
| Binary | 1111101 | 10111110 | 1011001 | 100010 | 0 | 110101 | 11001 | 1100011 | 101100 | 110111 |
Color Harmonies of #7DBE59
Complementary color
Monochromatic Colors of #7DBE59
Black with #7DBE59
Text Example
Text Example
White with #7DBE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE59; }
p { color: rgb(125,190,89); }
H1.HeaderClassName
{
color: #7DBE59;
}
.AnyTagClassName
{
color: #7DBE59;
}
</style>
background-color css
<style>
a { background-color: #7DBE59; }
a { background-color: rgb(125,190,89); }
div.DivClassName
{
background-color: #7DBE59;
}
.BgClassName
{
background-color: #7DBE59;
}
</style>
border-color css
<style>
span { border-color: #7DBE59; }
span { border-color: rgb(125,190,89); }
td.TdClassName
{
border-color: #7DBE59;
}
.TagClassName
{
border-color: #7DBE59;
}
</style>