Shades of Mantis #7DB555
Tints of Mantis #7DB555
RGB
CMYK
RGB Variations
Color information
#7DB555 (or 0x7DB555) is known color: Mantis. HEX triplet: 7D, B5 and 55. RGB value is (125,181,85). Sum of RGB (Red+Green+Blue) = 125+181+85=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB555 is #824AAA. Grayscale: #999999. Windows color (decimal): -8538795 or 5617021. OLE color: 5617021.
HSL color Cylindrical-coordinate representation of color #7DB555: hue angle of 95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DB555 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 85 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.29 |
| HSL | 95º | 0.39% | 0.52% | - |
| HSV(B) | 95º | 0.53% | 0.71% | - |
| XYZ | 26.62 | 38.06 | 14.54 | - |
| YUV | 153.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 85 | 0.31 | 0 | 0.53 | 0.29 | 95 | 0.39 | 0.52 |
| Hex | 7D | B5 | 55 | 1F | 0 | 35 | 1D | 5F | 27 | 34 |
| Octal | 175 | 265 | 125 | 37 | 0 | 65 | 35 | 137 | 47 | 64 |
| Binary | 1111101 | 10110101 | 1010101 | 11111 | 0 | 110101 | 11101 | 1011111 | 100111 | 110100 |
Color Harmonies of #7DB555
Complementary color
Monochromatic Colors of #7DB555
Black with #7DB555
Text Example
Text Example
White with #7DB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB555; }
p { color: rgb(125,181,85); }
H1.HeaderClassName
{
color: #7DB555;
}
.AnyTagClassName
{
color: #7DB555;
}
</style>
background-color css
<style>
a { background-color: #7DB555; }
a { background-color: rgb(125,181,85); }
div.DivClassName
{
background-color: #7DB555;
}
.BgClassName
{
background-color: #7DB555;
}
</style>
border-color css
<style>
span { border-color: #7DB555; }
span { border-color: rgb(125,181,85); }
td.TdClassName
{
border-color: #7DB555;
}
.TagClassName
{
border-color: #7DB555;
}
</style>