Shades of Mantis #7DB557
Tints of Mantis #7DB557
RGB
CMYK
RGB Variations
Color information
#7DB557 (or 0x7DB557) is known color: Mantis. HEX triplet: 7D, B5 and 57. RGB value is (125,181,87). Sum of RGB (Red+Green+Blue) = 125+181+87=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB557 is #824AA8. Grayscale: #999999. Windows color (decimal): -8538793 or 5748093. OLE color: 5748093.
HSL color Cylindrical-coordinate representation of color #7DB557: hue angle of 95.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DB557 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 87 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.29 |
| HSL | 95.74º | 0.39% | 0.53% | - |
| HSV(B) | 95.74º | 0.52% | 0.71% | - |
| XYZ | 26.7 | 38.1 | 14.96 | - |
| YUV | 153.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 87 | 0.31 | 0 | 0.52 | 0.29 | 95.74 | 0.39 | 0.53 |
| Hex | 7D | B5 | 57 | 1F | 0 | 34 | 1D | 60 | 27 | 35 |
| Octal | 175 | 265 | 127 | 37 | 0 | 64 | 35 | 140 | 47 | 65 |
| Binary | 1111101 | 10110101 | 1010111 | 11111 | 0 | 110100 | 11101 | 1100000 | 100111 | 110101 |
Color Harmonies of #7DB557
Complementary color
Monochromatic Colors of #7DB557
Black with #7DB557
Text Example
Text Example
White with #7DB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB557; }
p { color: rgb(125,181,87); }
H1.HeaderClassName
{
color: #7DB557;
}
.AnyTagClassName
{
color: #7DB557;
}
</style>
background-color css
<style>
a { background-color: #7DB557; }
a { background-color: rgb(125,181,87); }
div.DivClassName
{
background-color: #7DB557;
}
.BgClassName
{
background-color: #7DB557;
}
</style>
border-color css
<style>
span { border-color: #7DB557; }
span { border-color: rgb(125,181,87); }
td.TdClassName
{
border-color: #7DB557;
}
.TagClassName
{
border-color: #7DB557;
}
</style>