Shades of Mantis #73BC56
Tints of Mantis #73BC56
RGB
CMYK
RGB Variations
Color information
#73BC56 (or 0x73BC56) is known color: Mantis. HEX triplet: 73, BC and 56. RGB value is (115,188,86). Sum of RGB (Red+Green+Blue) = 115+188+86=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC56 is #8C43A9. Grayscale: #9A9A9A. Windows color (decimal): -9192362 or 5684339. OLE color: 5684339.
HSL color Cylindrical-coordinate representation of color #73BC56: hue angle of 102.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73BC56 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 86 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.26 |
| HSL | 102.94º | 0.43% | 0.54% | - |
| HSV(B) | 102.94º | 0.54% | 0.74% | - |
| XYZ | 26.73 | 40.28 | 15.17 | - |
| YUV | 154.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 86 | 0.39 | 0 | 0.54 | 0.26 | 102.94 | 0.43 | 0.54 |
| Hex | 73 | BC | 56 | 27 | 0 | 36 | 1A | 67 | 2B | 36 |
| Octal | 163 | 274 | 126 | 47 | 0 | 66 | 32 | 147 | 53 | 66 |
| Binary | 1110011 | 10111100 | 1010110 | 100111 | 0 | 110110 | 11010 | 1100111 | 101011 | 110110 |
Color Harmonies of #73BC56
Complementary color
Monochromatic Colors of #73BC56
Black with #73BC56
Text Example
Text Example
White with #73BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC56; }
p { color: rgb(115,188,86); }
H1.HeaderClassName
{
color: #73BC56;
}
.AnyTagClassName
{
color: #73BC56;
}
</style>
background-color css
<style>
a { background-color: #73BC56; }
a { background-color: rgb(115,188,86); }
div.DivClassName
{
background-color: #73BC56;
}
.BgClassName
{
background-color: #73BC56;
}
</style>
border-color css
<style>
span { border-color: #73BC56; }
span { border-color: rgb(115,188,86); }
td.TdClassName
{
border-color: #73BC56;
}
.TagClassName
{
border-color: #73BC56;
}
</style>