Shades of Mantis #73B858
Tints of Mantis #73B858
RGB
CMYK
RGB Variations
Color information
#73B858 (or 0x73B858) is known color: Mantis. HEX triplet: 73, B8 and 58. RGB value is (115,184,88). Sum of RGB (Red+Green+Blue) = 115+184+88=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #73B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B858 is #8C47A7. Grayscale: #989898. Windows color (decimal): -9193384 or 5814387. OLE color: 5814387.
HSL color Cylindrical-coordinate representation of color #73B858: hue angle of 103.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B858 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 88 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.28 |
| HSL | 103.13º | 0.4% | 0.53% | - |
| HSV(B) | 103.13º | 0.52% | 0.72% | - |
| XYZ | 25.97 | 38.63 | 15.32 | - |
| YUV | 152.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 88 | 0.38 | 0 | 0.52 | 0.28 | 103.13 | 0.4 | 0.53 |
| Hex | 73 | B8 | 58 | 26 | 0 | 34 | 1C | 67 | 28 | 35 |
| Octal | 163 | 270 | 130 | 46 | 0 | 64 | 34 | 147 | 50 | 65 |
| Binary | 1110011 | 10111000 | 1011000 | 100110 | 0 | 110100 | 11100 | 1100111 | 101000 | 110101 |
Color Harmonies of #73B858
Complementary color
Monochromatic Colors of #73B858
Black with #73B858
Text Example
Text Example
White with #73B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B858; }
p { color: rgb(115,184,88); }
H1.HeaderClassName
{
color: #73B858;
}
.AnyTagClassName
{
color: #73B858;
}
</style>
background-color css
<style>
a { background-color: #73B858; }
a { background-color: rgb(115,184,88); }
div.DivClassName
{
background-color: #73B858;
}
.BgClassName
{
background-color: #73B858;
}
</style>
border-color css
<style>
span { border-color: #73B858; }
span { border-color: rgb(115,184,88); }
td.TdClassName
{
border-color: #73B858;
}
.TagClassName
{
border-color: #73B858;
}
</style>