Shades of Mantis #73C150
Tints of Mantis #73C150
RGB
CMYK
RGB Variations
Color information
#73C150 (or 0x73C150) is known color: Mantis. HEX triplet: 73, C1 and 50. RGB value is (115,193,80). Sum of RGB (Red+Green+Blue) = 115+193+80=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #73C150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C150 is #8C3EAF. Grayscale: #9D9D9D. Windows color (decimal): -9191088 or 5292403. OLE color: 5292403.
HSL color Cylindrical-coordinate representation of color #73C150: hue angle of 101.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73C150 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 80 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.24 |
| HSL | 101.42º | 0.48% | 0.54% | - |
| HSV(B) | 101.42º | 0.59% | 0.76% | - |
| XYZ | 27.59 | 42.36 | 14.31 | - |
| YUV | 156.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 80 | 0.40 | 0 | 0.59 | 0.24 | 101.42 | 0.48 | 0.54 |
| Hex | 73 | C1 | 50 | 28 | 0 | 3B | 18 | 65 | 30 | 36 |
| Octal | 163 | 301 | 120 | 50 | 0 | 73 | 30 | 145 | 60 | 66 |
| Binary | 1110011 | 11000001 | 1010000 | 101000 | 0 | 111011 | 11000 | 1100101 | 110000 | 110110 |
Color Harmonies of #73C150
Complementary color
Monochromatic Colors of #73C150
Black with #73C150
Text Example
Text Example
White with #73C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C150; }
p { color: rgb(115,193,80); }
H1.HeaderClassName
{
color: #73C150;
}
.AnyTagClassName
{
color: #73C150;
}
</style>
background-color css
<style>
a { background-color: #73C150; }
a { background-color: rgb(115,193,80); }
div.DivClassName
{
background-color: #73C150;
}
.BgClassName
{
background-color: #73C150;
}
</style>
border-color css
<style>
span { border-color: #73C150; }
span { border-color: rgb(115,193,80); }
td.TdClassName
{
border-color: #73C150;
}
.TagClassName
{
border-color: #73C150;
}
</style>