Shades of Mantis #7DBB50
Tints of Mantis #7DBB50
RGB
CMYK
RGB Variations
Color information
#7DBB50 (or 0x7DBB50) is known color: Mantis. HEX triplet: 7D, BB and 50. RGB value is (125,187,80). Sum of RGB (Red+Green+Blue) = 125+187+80=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB50 is #8244AF. Grayscale: #9C9C9C. Windows color (decimal): -8537264 or 5290877. OLE color: 5290877.
HSL color Cylindrical-coordinate representation of color #7DBB50: hue angle of 94.77º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DBB50 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 80 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.27 |
| HSL | 94.77º | 0.44% | 0.52% | - |
| HSV(B) | 94.77º | 0.57% | 0.73% | - |
| XYZ | 27.68 | 40.48 | 13.94 | - |
| YUV | 156.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 80 | 0.33 | 0 | 0.57 | 0.27 | 94.77 | 0.44 | 0.52 |
| Hex | 7D | BB | 50 | 21 | 0 | 39 | 1B | 5F | 2C | 34 |
| Octal | 175 | 273 | 120 | 41 | 0 | 71 | 33 | 137 | 54 | 64 |
| Binary | 1111101 | 10111011 | 1010000 | 100001 | 0 | 111001 | 11011 | 1011111 | 101100 | 110100 |
Color Harmonies of #7DBB50
Complementary color
Monochromatic Colors of #7DBB50
Black with #7DBB50
Text Example
Text Example
White with #7DBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB50; }
p { color: rgb(125,187,80); }
H1.HeaderClassName
{
color: #7DBB50;
}
.AnyTagClassName
{
color: #7DBB50;
}
</style>
background-color css
<style>
a { background-color: #7DBB50; }
a { background-color: rgb(125,187,80); }
div.DivClassName
{
background-color: #7DBB50;
}
.BgClassName
{
background-color: #7DBB50;
}
</style>
border-color css
<style>
span { border-color: #7DBB50; }
span { border-color: rgb(125,187,80); }
td.TdClassName
{
border-color: #7DBB50;
}
.TagClassName
{
border-color: #7DBB50;
}
</style>