Shades of Mantis #7DB35E
Tints of Mantis #7DB35E
RGB
CMYK
RGB Variations
Color information
#7DB35E (or 0x7DB35E) is known color: Mantis. HEX triplet: 7D, B3 and 5E. RGB value is (125,179,94). Sum of RGB (Red+Green+Blue) = 125+179+94=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB35E is #824CA1. Grayscale: #999999. Windows color (decimal): -8539298 or 6206333. OLE color: 6206333.
HSL color Cylindrical-coordinate representation of color #7DB35E: hue angle of 98.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB35E is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 94 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.30 |
| HSL | 98.12º | 0.36% | 0.54% | - |
| HSV(B) | 98.12º | 0.47% | 0.7% | - |
| XYZ | 26.6 | 37.41 | 16.41 | - |
| YUV | 153.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 94 | 0.30 | 0 | 0.47 | 0.30 | 98.12 | 0.36 | 0.54 |
| Hex | 7D | B3 | 5E | 1E | 0 | 2F | 1E | 62 | 24 | 36 |
| Octal | 175 | 263 | 136 | 36 | 0 | 57 | 36 | 142 | 44 | 66 |
| Binary | 1111101 | 10110011 | 1011110 | 11110 | 0 | 101111 | 11110 | 1100010 | 100100 | 110110 |
Color Harmonies of #7DB35E
Complementary color
Monochromatic Colors of #7DB35E
Black with #7DB35E
Text Example
Text Example
White with #7DB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB35E; }
p { color: rgb(125,179,94); }
H1.HeaderClassName
{
color: #7DB35E;
}
.AnyTagClassName
{
color: #7DB35E;
}
</style>
background-color css
<style>
a { background-color: #7DB35E; }
a { background-color: rgb(125,179,94); }
div.DivClassName
{
background-color: #7DB35E;
}
.BgClassName
{
background-color: #7DB35E;
}
</style>
border-color css
<style>
span { border-color: #7DB35E; }
span { border-color: rgb(125,179,94); }
td.TdClassName
{
border-color: #7DB35E;
}
.TagClassName
{
border-color: #7DB35E;
}
</style>