Shades of Mantis #7DB15C
Tints of Mantis #7DB15C
RGB
CMYK
RGB Variations
Color information
#7DB15C (or 0x7DB15C) is known color: Mantis. HEX triplet: 7D, B1 and 5C. RGB value is (125,177,92). Sum of RGB (Red+Green+Blue) = 125+177+92=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB15C is #824EA3. Grayscale: #989898. Windows color (decimal): -8539812 or 6074749. OLE color: 6074749.
HSL color Cylindrical-coordinate representation of color #7DB15C: hue angle of 96.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB15C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 92 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.31 |
| HSL | 96.71º | 0.35% | 0.53% | - |
| HSV(B) | 96.71º | 0.48% | 0.69% | - |
| XYZ | 26.11 | 36.58 | 15.81 | - |
| YUV | 151.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 92 | 0.29 | 0 | 0.48 | 0.31 | 96.71 | 0.35 | 0.53 |
| Hex | 7D | B1 | 5C | 1D | 0 | 30 | 1F | 61 | 23 | 35 |
| Octal | 175 | 261 | 134 | 35 | 0 | 60 | 37 | 141 | 43 | 65 |
| Binary | 1111101 | 10110001 | 1011100 | 11101 | 0 | 110000 | 11111 | 1100001 | 100011 | 110101 |
Color Harmonies of #7DB15C
Complementary color
Monochromatic Colors of #7DB15C
Black with #7DB15C
Text Example
Text Example
White with #7DB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB15C; }
p { color: rgb(125,177,92); }
H1.HeaderClassName
{
color: #7DB15C;
}
.AnyTagClassName
{
color: #7DB15C;
}
</style>
background-color css
<style>
a { background-color: #7DB15C; }
a { background-color: rgb(125,177,92); }
div.DivClassName
{
background-color: #7DB15C;
}
.BgClassName
{
background-color: #7DB15C;
}
</style>
border-color css
<style>
span { border-color: #7DB15C; }
span { border-color: rgb(125,177,92); }
td.TdClassName
{
border-color: #7DB15C;
}
.TagClassName
{
border-color: #7DB15C;
}
</style>