Shades of Mantis #7DB35D
Tints of Mantis #7DB35D
RGB
CMYK
RGB Variations
Color information
#7DB35D (or 0x7DB35D) is known color: Mantis. HEX triplet: 7D, B3 and 5D. RGB value is (125,179,93). Sum of RGB (Red+Green+Blue) = 125+179+93=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB35D is #824CA2. Grayscale: #999999. Windows color (decimal): -8539299 or 6140797. OLE color: 6140797.
HSL color Cylindrical-coordinate representation of color #7DB35D: hue angle of 97.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB35D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 93 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.30 |
| HSL | 97.67º | 0.36% | 0.53% | - |
| HSV(B) | 97.67º | 0.48% | 0.7% | - |
| XYZ | 26.55 | 37.39 | 16.17 | - |
| YUV | 153.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 93 | 0.30 | 0 | 0.48 | 0.30 | 97.67 | 0.36 | 0.53 |
| Hex | 7D | B3 | 5D | 1E | 0 | 30 | 1E | 62 | 24 | 35 |
| Octal | 175 | 263 | 135 | 36 | 0 | 60 | 36 | 142 | 44 | 65 |
| Binary | 1111101 | 10110011 | 1011101 | 11110 | 0 | 110000 | 11110 | 1100010 | 100100 | 110101 |
Color Harmonies of #7DB35D
Complementary color
Monochromatic Colors of #7DB35D
Black with #7DB35D
Text Example
Text Example
White with #7DB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB35D; }
p { color: rgb(125,179,93); }
H1.HeaderClassName
{
color: #7DB35D;
}
.AnyTagClassName
{
color: #7DB35D;
}
</style>
background-color css
<style>
a { background-color: #7DB35D; }
a { background-color: rgb(125,179,93); }
div.DivClassName
{
background-color: #7DB35D;
}
.BgClassName
{
background-color: #7DB35D;
}
</style>
border-color css
<style>
span { border-color: #7DB35D; }
span { border-color: rgb(125,179,93); }
td.TdClassName
{
border-color: #7DB35D;
}
.TagClassName
{
border-color: #7DB35D;
}
</style>