Shades of Mantis #73BE50
Tints of Mantis #73BE50
RGB
CMYK
RGB Variations
Color information
#73BE50 (or 0x73BE50) is known color: Mantis. HEX triplet: 73, BE and 50. RGB value is (115,190,80). Sum of RGB (Red+Green+Blue) = 115+190+80=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BE50 is #8C41AF. Grayscale: #9B9B9B. Windows color (decimal): -9191856 or 5291635. OLE color: 5291635.
HSL color Cylindrical-coordinate representation of color #73BE50: hue angle of 100.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73BE50 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 80 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.25 |
| HSL | 100.91º | 0.46% | 0.53% | - |
| HSV(B) | 100.91º | 0.58% | 0.75% | - |
| XYZ | 26.93 | 41.05 | 14.09 | - |
| YUV | 155.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 80 | 0.39 | 0 | 0.58 | 0.25 | 100.91 | 0.46 | 0.53 |
| Hex | 73 | BE | 50 | 27 | 0 | 3A | 19 | 65 | 2E | 35 |
| Octal | 163 | 276 | 120 | 47 | 0 | 72 | 31 | 145 | 56 | 65 |
| Binary | 1110011 | 10111110 | 1010000 | 100111 | 0 | 111010 | 11001 | 1100101 | 101110 | 110101 |
Color Harmonies of #73BE50
Complementary color
Monochromatic Colors of #73BE50
Black with #73BE50
Text Example
Text Example
White with #73BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE50; }
p { color: rgb(115,190,80); }
H1.HeaderClassName
{
color: #73BE50;
}
.AnyTagClassName
{
color: #73BE50;
}
</style>
background-color css
<style>
a { background-color: #73BE50; }
a { background-color: rgb(115,190,80); }
div.DivClassName
{
background-color: #73BE50;
}
.BgClassName
{
background-color: #73BE50;
}
</style>
border-color css
<style>
span { border-color: #73BE50; }
span { border-color: rgb(115,190,80); }
td.TdClassName
{
border-color: #73BE50;
}
.TagClassName
{
border-color: #73BE50;
}
</style>