Shades of Mantis #73C063
Tints of Mantis #73C063
RGB
CMYK
RGB Variations
Color information
#73C063 (or 0x73C063) is known color: Mantis. HEX triplet: 73, C0 and 63. RGB value is (115,192,99). Sum of RGB (Red+Green+Blue) = 115+192+99=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #73C063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C063 is #8C3F9C. Grayscale: #9E9E9E. Windows color (decimal): -9191325 or 6537331. OLE color: 6537331.
HSL color Cylindrical-coordinate representation of color #73C063: hue angle of 109.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C063 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 99 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.25 |
| HSL | 109.68º | 0.42% | 0.57% | - |
| HSV(B) | 109.68º | 0.48% | 0.75% | - |
| XYZ | 28.17 | 42.24 | 18.47 | - |
| YUV | 158.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 99 | 0.40 | 0 | 0.48 | 0.25 | 109.68 | 0.42 | 0.57 |
| Hex | 73 | C0 | 63 | 28 | 0 | 30 | 19 | 6E | 2A | 39 |
| Octal | 163 | 300 | 143 | 50 | 0 | 60 | 31 | 156 | 52 | 71 |
| Binary | 1110011 | 11000000 | 1100011 | 101000 | 0 | 110000 | 11001 | 1101110 | 101010 | 111001 |
Color Harmonies of #73C063
Complementary color
Monochromatic Colors of #73C063
Black with #73C063
Text Example
Text Example
White with #73C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C063; }
p { color: rgb(115,192,99); }
H1.HeaderClassName
{
color: #73C063;
}
.AnyTagClassName
{
color: #73C063;
}
</style>
background-color css
<style>
a { background-color: #73C063; }
a { background-color: rgb(115,192,99); }
div.DivClassName
{
background-color: #73C063;
}
.BgClassName
{
background-color: #73C063;
}
</style>
border-color css
<style>
span { border-color: #73C063; }
span { border-color: rgb(115,192,99); }
td.TdClassName
{
border-color: #73C063;
}
.TagClassName
{
border-color: #73C063;
}
</style>