Shades of Mantis #7DB55D
Tints of Mantis #7DB55D
RGB
CMYK
RGB Variations
Color information
#7DB55D (or 0x7DB55D) is known color: Mantis. HEX triplet: 7D, B5 and 5D. RGB value is (125,181,93). Sum of RGB (Red+Green+Blue) = 125+181+93=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB55D is #824AA2. Grayscale: #9A9A9A. Windows color (decimal): -8538787 or 6141309. OLE color: 6141309.
HSL color Cylindrical-coordinate representation of color #7DB55D: hue angle of 98.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DB55D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 93 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.29 |
| HSL | 98.18º | 0.37% | 0.54% | - |
| HSV(B) | 98.18º | 0.49% | 0.71% | - |
| XYZ | 26.96 | 38.2 | 16.31 | - |
| YUV | 154.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 93 | 0.31 | 0 | 0.49 | 0.29 | 98.18 | 0.37 | 0.54 |
| Hex | 7D | B5 | 5D | 1F | 0 | 31 | 1D | 62 | 25 | 36 |
| Octal | 175 | 265 | 135 | 37 | 0 | 61 | 35 | 142 | 45 | 66 |
| Binary | 1111101 | 10110101 | 1011101 | 11111 | 0 | 110001 | 11101 | 1100010 | 100101 | 110110 |
Color Harmonies of #7DB55D
Complementary color
Monochromatic Colors of #7DB55D
Black with #7DB55D
Text Example
Text Example
White with #7DB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB55D; }
p { color: rgb(125,181,93); }
H1.HeaderClassName
{
color: #7DB55D;
}
.AnyTagClassName
{
color: #7DB55D;
}
</style>
background-color css
<style>
a { background-color: #7DB55D; }
a { background-color: rgb(125,181,93); }
div.DivClassName
{
background-color: #7DB55D;
}
.BgClassName
{
background-color: #7DB55D;
}
</style>
border-color css
<style>
span { border-color: #7DB55D; }
span { border-color: rgb(125,181,93); }
td.TdClassName
{
border-color: #7DB55D;
}
.TagClassName
{
border-color: #7DB55D;
}
</style>