Shades of Mantis #73C058
Tints of Mantis #73C058
RGB
CMYK
RGB Variations
Color information
#73C058 (or 0x73C058) is known color: Mantis. HEX triplet: 73, C0 and 58. RGB value is (115,192,88). Sum of RGB (Red+Green+Blue) = 115+192+88=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #73C058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C058 is #8C3FA7. Grayscale: #9D9D9D. Windows color (decimal): -9191336 or 5816435. OLE color: 5816435.
HSL color Cylindrical-coordinate representation of color #73C058: hue angle of 104.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73C058 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 88 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.25 |
| HSL | 104.42º | 0.45% | 0.55% | - |
| HSV(B) | 104.42º | 0.54% | 0.75% | - |
| XYZ | 27.68 | 42.05 | 15.89 | - |
| YUV | 157.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 88 | 0.40 | 0 | 0.54 | 0.25 | 104.42 | 0.45 | 0.55 |
| Hex | 73 | C0 | 58 | 28 | 0 | 36 | 19 | 68 | 2D | 37 |
| Octal | 163 | 300 | 130 | 50 | 0 | 66 | 31 | 150 | 55 | 67 |
| Binary | 1110011 | 11000000 | 1011000 | 101000 | 0 | 110110 | 11001 | 1101000 | 101101 | 110111 |
Color Harmonies of #73C058
Complementary color
Monochromatic Colors of #73C058
Black with #73C058
Text Example
Text Example
White with #73C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C058; }
p { color: rgb(115,192,88); }
H1.HeaderClassName
{
color: #73C058;
}
.AnyTagClassName
{
color: #73C058;
}
</style>
background-color css
<style>
a { background-color: #73C058; }
a { background-color: rgb(115,192,88); }
div.DivClassName
{
background-color: #73C058;
}
.BgClassName
{
background-color: #73C058;
}
</style>
border-color css
<style>
span { border-color: #73C058; }
span { border-color: rgb(115,192,88); }
td.TdClassName
{
border-color: #73C058;
}
.TagClassName
{
border-color: #73C058;
}
</style>