Shades of Mantis #7DD557
Tints of Mantis #7DD557
RGB
CMYK
RGB Variations
Color information
#7DD557 (or 0x7DD557) is known color: Mantis. HEX triplet: 7D, D5 and 57. RGB value is (125,213,87). Sum of RGB (Red+Green+Blue) = 125+213+87=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD557 is #822AA8. Grayscale: #ACACAC. Windows color (decimal): -8530601 or 5756285. OLE color: 5756285.
HSL color Cylindrical-coordinate representation of color #7DD557: hue angle of 101.9º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DD557 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 87 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.16 |
| HSL | 101.9º | 0.6% | 0.59% | - |
| HSV(B) | 101.9º | 0.59% | 0.84% | - |
| XYZ | 33.97 | 52.64 | 17.39 | - |
| YUV | 172.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 87 | 0.41 | 0 | 0.59 | 0.16 | 101.9 | 0.6 | 0.59 |
| Hex | 7D | D5 | 57 | 29 | 0 | 3B | 10 | 66 | 3C | 3B |
| Octal | 175 | 325 | 127 | 51 | 0 | 73 | 20 | 146 | 74 | 73 |
| Binary | 1111101 | 11010101 | 1010111 | 101001 | 0 | 111011 | 10000 | 1100110 | 111100 | 111011 |
Color Harmonies of #7DD557
Complementary color
Monochromatic Colors of #7DD557
Black with #7DD557
Text Example
Text Example
White with #7DD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD557; }
p { color: rgb(125,213,87); }
H1.HeaderClassName
{
color: #7DD557;
}
.AnyTagClassName
{
color: #7DD557;
}
</style>
background-color css
<style>
a { background-color: #7DD557; }
a { background-color: rgb(125,213,87); }
div.DivClassName
{
background-color: #7DD557;
}
.BgClassName
{
background-color: #7DD557;
}
</style>
border-color css
<style>
span { border-color: #7DD557; }
span { border-color: rgb(125,213,87); }
td.TdClassName
{
border-color: #7DD557;
}
.TagClassName
{
border-color: #7DD557;
}
</style>