Shades of Mantis #7DB955
Tints of Mantis #7DB955
RGB
CMYK
RGB Variations
Color information
#7DB955 (or 0x7DB955) is known color: Mantis. HEX triplet: 7D, B9 and 55. RGB value is (125,185,85). Sum of RGB (Red+Green+Blue) = 125+185+85=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB955 is #8246AA. Grayscale: #9B9B9B. Windows color (decimal): -8537771 or 5618045. OLE color: 5618045.
HSL color Cylindrical-coordinate representation of color #7DB955: hue angle of 96º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB955 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 85 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.27 |
| HSL | 96º | 0.42% | 0.53% | - |
| HSV(B) | 96º | 0.54% | 0.73% | - |
| XYZ | 27.45 | 39.71 | 14.81 | - |
| YUV | 155.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 85 | 0.32 | 0 | 0.54 | 0.27 | 96 | 0.42 | 0.53 |
| Hex | 7D | B9 | 55 | 20 | 0 | 36 | 1B | 60 | 2A | 35 |
| Octal | 175 | 271 | 125 | 40 | 0 | 66 | 33 | 140 | 52 | 65 |
| Binary | 1111101 | 10111001 | 1010101 | 100000 | 0 | 110110 | 11011 | 1100000 | 101010 | 110101 |
Color Harmonies of #7DB955
Complementary color
Monochromatic Colors of #7DB955
Black with #7DB955
Text Example
Text Example
White with #7DB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB955; }
p { color: rgb(125,185,85); }
H1.HeaderClassName
{
color: #7DB955;
}
.AnyTagClassName
{
color: #7DB955;
}
</style>
background-color css
<style>
a { background-color: #7DB955; }
a { background-color: rgb(125,185,85); }
div.DivClassName
{
background-color: #7DB955;
}
.BgClassName
{
background-color: #7DB955;
}
</style>
border-color css
<style>
span { border-color: #7DB955; }
span { border-color: rgb(125,185,85); }
td.TdClassName
{
border-color: #7DB955;
}
.TagClassName
{
border-color: #7DB955;
}
</style>