Shades of Mantis #7DBE60
Tints of Mantis #7DBE60
RGB
CMYK
RGB Variations
Color information
#7DBE60 (or 0x7DBE60) is known color: Mantis. HEX triplet: 7D, BE and 60. RGB value is (125,190,96). Sum of RGB (Red+Green+Blue) = 125+190+96=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE60 is #82419F. Grayscale: #A0A0A0. Windows color (decimal): -8536480 or 6340221. OLE color: 6340221.
HSL color Cylindrical-coordinate representation of color #7DBE60: hue angle of 101.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DBE60 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 96 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.25 |
| HSL | 101.49º | 0.42% | 0.56% | - |
| HSV(B) | 101.49º | 0.49% | 0.75% | - |
| XYZ | 28.98 | 42.03 | 17.65 | - |
| YUV | 159.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 96 | 0.34 | 0 | 0.49 | 0.25 | 101.49 | 0.42 | 0.56 |
| Hex | 7D | BE | 60 | 22 | 0 | 31 | 19 | 65 | 2A | 38 |
| Octal | 175 | 276 | 140 | 42 | 0 | 61 | 31 | 145 | 52 | 70 |
| Binary | 1111101 | 10111110 | 1100000 | 100010 | 0 | 110001 | 11001 | 1100101 | 101010 | 111000 |
Color Harmonies of #7DBE60
Complementary color
Monochromatic Colors of #7DBE60
Black with #7DBE60
Text Example
Text Example
White with #7DBE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE60; }
p { color: rgb(125,190,96); }
H1.HeaderClassName
{
color: #7DBE60;
}
.AnyTagClassName
{
color: #7DBE60;
}
</style>
background-color css
<style>
a { background-color: #7DBE60; }
a { background-color: rgb(125,190,96); }
div.DivClassName
{
background-color: #7DBE60;
}
.BgClassName
{
background-color: #7DBE60;
}
</style>
border-color css
<style>
span { border-color: #7DBE60; }
span { border-color: rgb(125,190,96); }
td.TdClassName
{
border-color: #7DBE60;
}
.TagClassName
{
border-color: #7DBE60;
}
</style>