Shades of Mantis #7DDB5D
Tints of Mantis #7DDB5D
RGB
CMYK
RGB Variations
Color information
#7DDB5D (or 0x7DDB5D) is known color: Mantis. HEX triplet: 7D, DB and 5D. RGB value is (125,219,93). Sum of RGB (Red+Green+Blue) = 125+219+93=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB5D is #8224A2. Grayscale: #B0B0B0. Windows color (decimal): -8529059 or 6151037. OLE color: 6151037.
HSL color Cylindrical-coordinate representation of color #7DDB5D: hue angle of 104.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DDB5D is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 93 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.14 |
| HSL | 104.76º | 0.64% | 0.61% | - |
| HSV(B) | 104.76º | 0.58% | 0.86% | - |
| XYZ | 35.76 | 55.81 | 19.24 | - |
| YUV | 176.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 93 | 0.43 | 0 | 0.58 | 0.14 | 104.76 | 0.64 | 0.61 |
| Hex | 7D | DB | 5D | 2B | 0 | 3A | E | 69 | 40 | 3D |
| Octal | 175 | 333 | 135 | 53 | 0 | 72 | 16 | 151 | 100 | 75 |
| Binary | 1111101 | 11011011 | 1011101 | 101011 | 0 | 111010 | 1110 | 1101001 | 1000000 | 111101 |
Color Harmonies of #7DDB5D
Complementary color
Monochromatic Colors of #7DDB5D
Black with #7DDB5D
Text Example
Text Example
White with #7DDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB5D; }
p { color: rgb(125,219,93); }
H1.HeaderClassName
{
color: #7DDB5D;
}
.AnyTagClassName
{
color: #7DDB5D;
}
</style>
background-color css
<style>
a { background-color: #7DDB5D; }
a { background-color: rgb(125,219,93); }
div.DivClassName
{
background-color: #7DDB5D;
}
.BgClassName
{
background-color: #7DDB5D;
}
</style>
border-color css
<style>
span { border-color: #7DDB5D; }
span { border-color: rgb(125,219,93); }
td.TdClassName
{
border-color: #7DDB5D;
}
.TagClassName
{
border-color: #7DDB5D;
}
</style>