Shades of Mantis #73C15F
Tints of Mantis #73C15F
RGB
CMYK
RGB Variations
Color information
#73C15F (or 0x73C15F) is known color: Mantis. HEX triplet: 73, C1 and 5F. RGB value is (115,193,95). Sum of RGB (Red+Green+Blue) = 115+193+95=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #73C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C15F is #8C3EA0. Grayscale: #9E9E9E. Windows color (decimal): -9191073 or 6275443. OLE color: 6275443.
HSL color Cylindrical-coordinate representation of color #73C15F: hue angle of 107.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C15F is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 95 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.24 |
| HSL | 107.76º | 0.44% | 0.56% | - |
| HSV(B) | 107.76º | 0.51% | 0.76% | - |
| XYZ | 28.21 | 42.61 | 17.56 | - |
| YUV | 158.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 95 | 0.40 | 0 | 0.51 | 0.24 | 107.76 | 0.44 | 0.56 |
| Hex | 73 | C1 | 5F | 28 | 0 | 33 | 18 | 6C | 2C | 38 |
| Octal | 163 | 301 | 137 | 50 | 0 | 63 | 30 | 154 | 54 | 70 |
| Binary | 1110011 | 11000001 | 1011111 | 101000 | 0 | 110011 | 11000 | 1101100 | 101100 | 111000 |
Color Harmonies of #73C15F
Complementary color
Monochromatic Colors of #73C15F
Black with #73C15F
Text Example
Text Example
White with #73C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C15F; }
p { color: rgb(115,193,95); }
H1.HeaderClassName
{
color: #73C15F;
}
.AnyTagClassName
{
color: #73C15F;
}
</style>
background-color css
<style>
a { background-color: #73C15F; }
a { background-color: rgb(115,193,95); }
div.DivClassName
{
background-color: #73C15F;
}
.BgClassName
{
background-color: #73C15F;
}
</style>
border-color css
<style>
span { border-color: #73C15F; }
span { border-color: rgb(115,193,95); }
td.TdClassName
{
border-color: #73C15F;
}
.TagClassName
{
border-color: #73C15F;
}
</style>