Shades of Mantis #7DB35B
Tints of Mantis #7DB35B
RGB
CMYK
RGB Variations
Color information
#7DB35B (or 0x7DB35B) is known color: Mantis. HEX triplet: 7D, B3 and 5B. RGB value is (125,179,91). Sum of RGB (Red+Green+Blue) = 125+179+91=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB35B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB35B is #824CA4. Grayscale: #999999. Windows color (decimal): -8539301 or 6009725. OLE color: 6009725.
HSL color Cylindrical-coordinate representation of color #7DB35B: hue angle of 96.82º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB35B is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 91 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.30 |
| HSL | 96.82º | 0.37% | 0.53% | - |
| HSV(B) | 96.82º | 0.49% | 0.7% | - |
| XYZ | 26.47 | 37.36 | 15.71 | - |
| YUV | 152.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 91 | 0.30 | 0 | 0.49 | 0.30 | 96.82 | 0.37 | 0.53 |
| Hex | 7D | B3 | 5B | 1E | 0 | 31 | 1E | 61 | 25 | 35 |
| Octal | 175 | 263 | 133 | 36 | 0 | 61 | 36 | 141 | 45 | 65 |
| Binary | 1111101 | 10110011 | 1011011 | 11110 | 0 | 110001 | 11110 | 1100001 | 100101 | 110101 |
Color Harmonies of #7DB35B
Complementary color
Monochromatic Colors of #7DB35B
Black with #7DB35B
Text Example
Text Example
White with #7DB35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB35B; }
p { color: rgb(125,179,91); }
H1.HeaderClassName
{
color: #7DB35B;
}
.AnyTagClassName
{
color: #7DB35B;
}
</style>
background-color css
<style>
a { background-color: #7DB35B; }
a { background-color: rgb(125,179,91); }
div.DivClassName
{
background-color: #7DB35B;
}
.BgClassName
{
background-color: #7DB35B;
}
</style>
border-color css
<style>
span { border-color: #7DB35B; }
span { border-color: rgb(125,179,91); }
td.TdClassName
{
border-color: #7DB35B;
}
.TagClassName
{
border-color: #7DB35B;
}
</style>