Shades of Mantis #7DBE72
Tints of Mantis #7DBE72
RGB
CMYK
RGB Variations
Color information
#7DBE72 (or 0x7DBE72) is known color: Mantis. HEX triplet: 7D, BE and 72. RGB value is (125,190,114). Sum of RGB (Red+Green+Blue) = 125+190+114=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE72 is #82418D. Grayscale: #A2A2A2. Windows color (decimal): -8536462 or 7519869. OLE color: 7519869.
HSL color Cylindrical-coordinate representation of color #7DBE72: hue angle of 111.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBE72 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 114 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.25 |
| HSL | 111.32º | 0.37% | 0.6% | - |
| HSV(B) | 111.32º | 0.4% | 0.75% | - |
| XYZ | 29.91 | 42.4 | 22.53 | - |
| YUV | 161.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 114 | 0.34 | 0 | 0.40 | 0.25 | 111.32 | 0.37 | 0.6 |
| Hex | 7D | BE | 72 | 22 | 0 | 28 | 19 | 6F | 25 | 3C |
| Octal | 175 | 276 | 162 | 42 | 0 | 50 | 31 | 157 | 45 | 74 |
| Binary | 1111101 | 10111110 | 1110010 | 100010 | 0 | 101000 | 11001 | 1101111 | 100101 | 111100 |
Color Harmonies of #7DBE72
Complementary color
Monochromatic Colors of #7DBE72
Black with #7DBE72
Text Example
Text Example
White with #7DBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE72; }
p { color: rgb(125,190,114); }
H1.HeaderClassName
{
color: #7DBE72;
}
.AnyTagClassName
{
color: #7DBE72;
}
</style>
background-color css
<style>
a { background-color: #7DBE72; }
a { background-color: rgb(125,190,114); }
div.DivClassName
{
background-color: #7DBE72;
}
.BgClassName
{
background-color: #7DBE72;
}
</style>
border-color css
<style>
span { border-color: #7DBE72; }
span { border-color: rgb(125,190,114); }
td.TdClassName
{
border-color: #7DBE72;
}
.TagClassName
{
border-color: #7DBE72;
}
</style>