Shades of Mantis #73BB57
Tints of Mantis #73BB57
RGB
CMYK
RGB Variations
Color information
#73BB57 (or 0x73BB57) is known color: Mantis. HEX triplet: 73, BB and 57. RGB value is (115,187,87). Sum of RGB (Red+Green+Blue) = 115+187+87=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BB57 is #8C44A8. Grayscale: #9A9A9A. Windows color (decimal): -9192617 or 5749619. OLE color: 5749619.
HSL color Cylindrical-coordinate representation of color #73BB57: hue angle of 103.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73BB57 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 87 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.27 |
| HSL | 103.2º | 0.42% | 0.54% | - |
| HSV(B) | 103.2º | 0.53% | 0.73% | - |
| XYZ | 26.56 | 39.87 | 15.31 | - |
| YUV | 154.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 87 | 0.39 | 0 | 0.53 | 0.27 | 103.2 | 0.42 | 0.54 |
| Hex | 73 | BB | 57 | 27 | 0 | 35 | 1B | 67 | 2A | 36 |
| Octal | 163 | 273 | 127 | 47 | 0 | 65 | 33 | 147 | 52 | 66 |
| Binary | 1110011 | 10111011 | 1010111 | 100111 | 0 | 110101 | 11011 | 1100111 | 101010 | 110110 |
Color Harmonies of #73BB57
Complementary color
Monochromatic Colors of #73BB57
Black with #73BB57
Text Example
Text Example
White with #73BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB57; }
p { color: rgb(115,187,87); }
H1.HeaderClassName
{
color: #73BB57;
}
.AnyTagClassName
{
color: #73BB57;
}
</style>
background-color css
<style>
a { background-color: #73BB57; }
a { background-color: rgb(115,187,87); }
div.DivClassName
{
background-color: #73BB57;
}
.BgClassName
{
background-color: #73BB57;
}
</style>
border-color css
<style>
span { border-color: #73BB57; }
span { border-color: rgb(115,187,87); }
td.TdClassName
{
border-color: #73BB57;
}
.TagClassName
{
border-color: #73BB57;
}
</style>