Shades of Mantis #73BC58
Tints of Mantis #73BC58
RGB
CMYK
RGB Variations
Color information
#73BC58 (or 0x73BC58) is known color: Mantis. HEX triplet: 73, BC and 58. RGB value is (115,188,88). Sum of RGB (Red+Green+Blue) = 115+188+88=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC58 is #8C43A7. Grayscale: #9B9B9B. Windows color (decimal): -9192360 or 5815411. OLE color: 5815411.
HSL color Cylindrical-coordinate representation of color #73BC58: hue angle of 103.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73BC58 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 88 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.26 |
| HSL | 103.8º | 0.43% | 0.54% | - |
| HSV(B) | 103.8º | 0.53% | 0.74% | - |
| XYZ | 26.81 | 40.32 | 15.6 | - |
| YUV | 154.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 88 | 0.39 | 0 | 0.53 | 0.26 | 103.8 | 0.43 | 0.54 |
| Hex | 73 | BC | 58 | 27 | 0 | 35 | 1A | 68 | 2B | 36 |
| Octal | 163 | 274 | 130 | 47 | 0 | 65 | 32 | 150 | 53 | 66 |
| Binary | 1110011 | 10111100 | 1011000 | 100111 | 0 | 110101 | 11010 | 1101000 | 101011 | 110110 |
Color Harmonies of #73BC58
Complementary color
Monochromatic Colors of #73BC58
Black with #73BC58
Text Example
Text Example
White with #73BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC58; }
p { color: rgb(115,188,88); }
H1.HeaderClassName
{
color: #73BC58;
}
.AnyTagClassName
{
color: #73BC58;
}
</style>
background-color css
<style>
a { background-color: #73BC58; }
a { background-color: rgb(115,188,88); }
div.DivClassName
{
background-color: #73BC58;
}
.BgClassName
{
background-color: #73BC58;
}
</style>
border-color css
<style>
span { border-color: #73BC58; }
span { border-color: rgb(115,188,88); }
td.TdClassName
{
border-color: #73BC58;
}
.TagClassName
{
border-color: #73BC58;
}
</style>