Shades of Mantis #7DB15D
Tints of Mantis #7DB15D
RGB
CMYK
RGB Variations
Color information
#7DB15D (or 0x7DB15D) is known color: Mantis. HEX triplet: 7D, B1 and 5D. RGB value is (125,177,93). Sum of RGB (Red+Green+Blue) = 125+177+93=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB15D is #824EA2. Grayscale: #989898. Windows color (decimal): -8539811 or 6140285. OLE color: 6140285.
HSL color Cylindrical-coordinate representation of color #7DB15D: hue angle of 97.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB15D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 93 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.31 |
| HSL | 97.14º | 0.35% | 0.53% | - |
| HSV(B) | 97.14º | 0.47% | 0.69% | - |
| XYZ | 26.16 | 36.59 | 16.04 | - |
| YUV | 151.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 93 | 0.29 | 0 | 0.47 | 0.31 | 97.14 | 0.35 | 0.53 |
| Hex | 7D | B1 | 5D | 1D | 0 | 2F | 1F | 61 | 23 | 35 |
| Octal | 175 | 261 | 135 | 35 | 0 | 57 | 37 | 141 | 43 | 65 |
| Binary | 1111101 | 10110001 | 1011101 | 11101 | 0 | 101111 | 11111 | 1100001 | 100011 | 110101 |
Color Harmonies of #7DB15D
Complementary color
Monochromatic Colors of #7DB15D
Black with #7DB15D
Text Example
Text Example
White with #7DB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB15D; }
p { color: rgb(125,177,93); }
H1.HeaderClassName
{
color: #7DB15D;
}
.AnyTagClassName
{
color: #7DB15D;
}
</style>
background-color css
<style>
a { background-color: #7DB15D; }
a { background-color: rgb(125,177,93); }
div.DivClassName
{
background-color: #7DB15D;
}
.BgClassName
{
background-color: #7DB15D;
}
</style>
border-color css
<style>
span { border-color: #7DB15D; }
span { border-color: rgb(125,177,93); }
td.TdClassName
{
border-color: #7DB15D;
}
.TagClassName
{
border-color: #7DB15D;
}
</style>