Shades of Mantis #7DDB5C
Tints of Mantis #7DDB5C
RGB
CMYK
RGB Variations
Color information
#7DDB5C (or 0x7DDB5C) is known color: Mantis. HEX triplet: 7D, DB and 5C. RGB value is (125,219,92). Sum of RGB (Red+Green+Blue) = 125+219+92=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB5C is #8224A3. Grayscale: #B0B0B0. Windows color (decimal): -8529060 or 6085501. OLE color: 6085501.
HSL color Cylindrical-coordinate representation of color #7DDB5C: hue angle of 104.41º 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 #7DDB5C is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 92 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.14 |
| HSL | 104.41º | 0.64% | 0.61% | - |
| HSV(B) | 104.41º | 0.58% | 0.86% | - |
| XYZ | 35.72 | 55.8 | 19.01 | - |
| YUV | 176.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 92 | 0.43 | 0 | 0.58 | 0.14 | 104.41 | 0.64 | 0.61 |
| Hex | 7D | DB | 5C | 2B | 0 | 3A | E | 68 | 40 | 3D |
| Octal | 175 | 333 | 134 | 53 | 0 | 72 | 16 | 150 | 100 | 75 |
| Binary | 1111101 | 11011011 | 1011100 | 101011 | 0 | 111010 | 1110 | 1101000 | 1000000 | 111101 |
Color Harmonies of #7DDB5C
Complementary color
Monochromatic Colors of #7DDB5C
Black with #7DDB5C
Text Example
Text Example
White with #7DDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB5C; }
p { color: rgb(125,219,92); }
H1.HeaderClassName
{
color: #7DDB5C;
}
.AnyTagClassName
{
color: #7DDB5C;
}
</style>
background-color css
<style>
a { background-color: #7DDB5C; }
a { background-color: rgb(125,219,92); }
div.DivClassName
{
background-color: #7DDB5C;
}
.BgClassName
{
background-color: #7DDB5C;
}
</style>
border-color css
<style>
span { border-color: #7DDB5C; }
span { border-color: rgb(125,219,92); }
td.TdClassName
{
border-color: #7DDB5C;
}
.TagClassName
{
border-color: #7DDB5C;
}
</style>