Shades of Mantis #7DB25D
Tints of Mantis #7DB25D
RGB
CMYK
RGB Variations
Color information
#7DB25D (or 0x7DB25D) is known color: Mantis. HEX triplet: 7D, B2 and 5D. RGB value is (125,178,93). Sum of RGB (Red+Green+Blue) = 125+178+93=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB25D is #824DA2. Grayscale: #989898. Windows color (decimal): -8539555 or 6140541. OLE color: 6140541.
HSL color Cylindrical-coordinate representation of color #7DB25D: hue angle of 97.41º 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 #7DB25D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 93 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.30 |
| HSL | 97.41º | 0.36% | 0.53% | - |
| HSV(B) | 97.41º | 0.48% | 0.7% | - |
| XYZ | 26.35 | 36.99 | 16.11 | - |
| YUV | 152.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 93 | 0.30 | 0 | 0.48 | 0.30 | 97.41 | 0.36 | 0.53 |
| Hex | 7D | B2 | 5D | 1E | 0 | 30 | 1E | 61 | 24 | 35 |
| Octal | 175 | 262 | 135 | 36 | 0 | 60 | 36 | 141 | 44 | 65 |
| Binary | 1111101 | 10110010 | 1011101 | 11110 | 0 | 110000 | 11110 | 1100001 | 100100 | 110101 |
Color Harmonies of #7DB25D
Complementary color
Monochromatic Colors of #7DB25D
Black with #7DB25D
Text Example
Text Example
White with #7DB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB25D; }
p { color: rgb(125,178,93); }
H1.HeaderClassName
{
color: #7DB25D;
}
.AnyTagClassName
{
color: #7DB25D;
}
</style>
background-color css
<style>
a { background-color: #7DB25D; }
a { background-color: rgb(125,178,93); }
div.DivClassName
{
background-color: #7DB25D;
}
.BgClassName
{
background-color: #7DB25D;
}
</style>
border-color css
<style>
span { border-color: #7DB25D; }
span { border-color: rgb(125,178,93); }
td.TdClassName
{
border-color: #7DB25D;
}
.TagClassName
{
border-color: #7DB25D;
}
</style>