Shades of Mantis #7DBA55
Tints of Mantis #7DBA55
RGB
CMYK
RGB Variations
Color information
#7DBA55 (or 0x7DBA55) is known color: Mantis. HEX triplet: 7D, BA and 55. RGB value is (125,186,85). Sum of RGB (Red+Green+Blue) = 125+186+85=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA55 is #8245AA. Grayscale: #9C9C9C. Windows color (decimal): -8537515 or 5618301. OLE color: 5618301.
HSL color Cylindrical-coordinate representation of color #7DBA55: hue angle of 96.24º 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 #7DBA55 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 85 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.27 |
| HSL | 96.24º | 0.42% | 0.53% | - |
| HSV(B) | 96.24º | 0.54% | 0.73% | - |
| XYZ | 27.66 | 40.13 | 14.88 | - |
| YUV | 156.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 85 | 0.33 | 0 | 0.54 | 0.27 | 96.24 | 0.42 | 0.53 |
| Hex | 7D | BA | 55 | 21 | 0 | 36 | 1B | 60 | 2A | 35 |
| Octal | 175 | 272 | 125 | 41 | 0 | 66 | 33 | 140 | 52 | 65 |
| Binary | 1111101 | 10111010 | 1010101 | 100001 | 0 | 110110 | 11011 | 1100000 | 101010 | 110101 |
Color Harmonies of #7DBA55
Complementary color
Monochromatic Colors of #7DBA55
Black with #7DBA55
Text Example
Text Example
White with #7DBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA55; }
p { color: rgb(125,186,85); }
H1.HeaderClassName
{
color: #7DBA55;
}
.AnyTagClassName
{
color: #7DBA55;
}
</style>
background-color css
<style>
a { background-color: #7DBA55; }
a { background-color: rgb(125,186,85); }
div.DivClassName
{
background-color: #7DBA55;
}
.BgClassName
{
background-color: #7DBA55;
}
</style>
border-color css
<style>
span { border-color: #7DBA55; }
span { border-color: rgb(125,186,85); }
td.TdClassName
{
border-color: #7DBA55;
}
.TagClassName
{
border-color: #7DBA55;
}
</style>