Shades of Mantis #73BD50
Tints of Mantis #73BD50
RGB
CMYK
RGB Variations
Color information
#73BD50 (or 0x73BD50) is known color: Mantis. HEX triplet: 73, BD and 50. RGB value is (115,189,80). Sum of RGB (Red+Green+Blue) = 115+189+80=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD50 is #8C42AF. Grayscale: #9A9A9A. Windows color (decimal): -9192112 or 5291379. OLE color: 5291379.
HSL color Cylindrical-coordinate representation of color #73BD50: hue angle of 100.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73BD50 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 80 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.26 |
| HSL | 100.73º | 0.45% | 0.53% | - |
| HSV(B) | 100.73º | 0.58% | 0.74% | - |
| XYZ | 26.72 | 40.62 | 14.02 | - |
| YUV | 154.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 80 | 0.39 | 0 | 0.58 | 0.26 | 100.73 | 0.45 | 0.53 |
| Hex | 73 | BD | 50 | 27 | 0 | 3A | 1A | 65 | 2D | 35 |
| Octal | 163 | 275 | 120 | 47 | 0 | 72 | 32 | 145 | 55 | 65 |
| Binary | 1110011 | 10111101 | 1010000 | 100111 | 0 | 111010 | 11010 | 1100101 | 101101 | 110101 |
Color Harmonies of #73BD50
Complementary color
Monochromatic Colors of #73BD50
Black with #73BD50
Text Example
Text Example
White with #73BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD50; }
p { color: rgb(115,189,80); }
H1.HeaderClassName
{
color: #73BD50;
}
.AnyTagClassName
{
color: #73BD50;
}
</style>
background-color css
<style>
a { background-color: #73BD50; }
a { background-color: rgb(115,189,80); }
div.DivClassName
{
background-color: #73BD50;
}
.BgClassName
{
background-color: #73BD50;
}
</style>
border-color css
<style>
span { border-color: #73BD50; }
span { border-color: rgb(115,189,80); }
td.TdClassName
{
border-color: #73BD50;
}
.TagClassName
{
border-color: #73BD50;
}
</style>