Shades of Mantis #73C05E
Tints of Mantis #73C05E
RGB
CMYK
RGB Variations
Color information
#73C05E (or 0x73C05E) is known color: Mantis. HEX triplet: 73, C0 and 5E. RGB value is (115,192,94). Sum of RGB (Red+Green+Blue) = 115+192+94=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #73C05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C05E is #8C3FA1. Grayscale: #9E9E9E. Windows color (decimal): -9191330 or 6209651. OLE color: 6209651.
HSL color Cylindrical-coordinate representation of color #73C05E: hue angle of 107.14º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C05E is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 94 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.25 |
| HSL | 107.14º | 0.44% | 0.56% | - |
| HSV(B) | 107.14º | 0.51% | 0.75% | - |
| XYZ | 27.94 | 42.15 | 17.25 | - |
| YUV | 157.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 94 | 0.40 | 0 | 0.51 | 0.25 | 107.14 | 0.44 | 0.56 |
| Hex | 73 | C0 | 5E | 28 | 0 | 33 | 19 | 6B | 2C | 38 |
| Octal | 163 | 300 | 136 | 50 | 0 | 63 | 31 | 153 | 54 | 70 |
| Binary | 1110011 | 11000000 | 1011110 | 101000 | 0 | 110011 | 11001 | 1101011 | 101100 | 111000 |
Color Harmonies of #73C05E
Complementary color
Monochromatic Colors of #73C05E
Black with #73C05E
Text Example
Text Example
White with #73C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C05E; }
p { color: rgb(115,192,94); }
H1.HeaderClassName
{
color: #73C05E;
}
.AnyTagClassName
{
color: #73C05E;
}
</style>
background-color css
<style>
a { background-color: #73C05E; }
a { background-color: rgb(115,192,94); }
div.DivClassName
{
background-color: #73C05E;
}
.BgClassName
{
background-color: #73C05E;
}
</style>
border-color css
<style>
span { border-color: #73C05E; }
span { border-color: rgb(115,192,94); }
td.TdClassName
{
border-color: #73C05E;
}
.TagClassName
{
border-color: #73C05E;
}
</style>