Shades of Mantis #73BC51
Tints of Mantis #73BC51
RGB
CMYK
RGB Variations
Color information
#73BC51 (or 0x73BC51) is known color: Mantis. HEX triplet: 73, BC and 51. RGB value is (115,188,81). Sum of RGB (Red+Green+Blue) = 115+188+81=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC51 is #8C43AE. Grayscale: #9A9A9A. Windows color (decimal): -9192367 or 5356659. OLE color: 5356659.
HSL color Cylindrical-coordinate representation of color #73BC51: hue angle of 100.93º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73BC51 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 81 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.26 |
| HSL | 100.93º | 0.44% | 0.53% | - |
| HSV(B) | 100.93º | 0.57% | 0.74% | - |
| XYZ | 26.54 | 40.21 | 14.15 | - |
| YUV | 153.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 81 | 0.39 | 0 | 0.57 | 0.26 | 100.93 | 0.44 | 0.53 |
| Hex | 73 | BC | 51 | 27 | 0 | 39 | 1A | 65 | 2C | 35 |
| Octal | 163 | 274 | 121 | 47 | 0 | 71 | 32 | 145 | 54 | 65 |
| Binary | 1110011 | 10111100 | 1010001 | 100111 | 0 | 111001 | 11010 | 1100101 | 101100 | 110101 |
Color Harmonies of #73BC51
Complementary color
Monochromatic Colors of #73BC51
Black with #73BC51
Text Example
Text Example
White with #73BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC51; }
p { color: rgb(115,188,81); }
H1.HeaderClassName
{
color: #73BC51;
}
.AnyTagClassName
{
color: #73BC51;
}
</style>
background-color css
<style>
a { background-color: #73BC51; }
a { background-color: rgb(115,188,81); }
div.DivClassName
{
background-color: #73BC51;
}
.BgClassName
{
background-color: #73BC51;
}
</style>
border-color css
<style>
span { border-color: #73BC51; }
span { border-color: rgb(115,188,81); }
td.TdClassName
{
border-color: #73BC51;
}
.TagClassName
{
border-color: #73BC51;
}
</style>