Shades of Mantis #73D358
Tints of Mantis #73D358
RGB
CMYK
RGB Variations
Color information
#73D358 (or 0x73D358) is known color: Mantis. HEX triplet: 73, D3 and 58. RGB value is (115,211,88). Sum of RGB (Red+Green+Blue) = 115+211+88=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #73D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D358 is #8C2CA7. Grayscale: #A8A8A8. Windows color (decimal): -9186472 or 5821299. OLE color: 5821299.
HSL color Cylindrical-coordinate representation of color #73D358: hue angle of 106.83º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73D358 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 88 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.17 |
| HSL | 106.83º | 0.58% | 0.59% | - |
| HSV(B) | 106.83º | 0.58% | 0.83% | - |
| XYZ | 32.13 | 50.94 | 17.37 | - |
| YUV | 168.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 88 | 0.45 | 0 | 0.58 | 0.17 | 106.83 | 0.58 | 0.59 |
| Hex | 73 | D3 | 58 | 2D | 0 | 3A | 11 | 6B | 3A | 3B |
| Octal | 163 | 323 | 130 | 55 | 0 | 72 | 21 | 153 | 72 | 73 |
| Binary | 1110011 | 11010011 | 1011000 | 101101 | 0 | 111010 | 10001 | 1101011 | 111010 | 111011 |
Color Harmonies of #73D358
Complementary color
Monochromatic Colors of #73D358
Black with #73D358
Text Example
Text Example
White with #73D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D358; }
p { color: rgb(115,211,88); }
H1.HeaderClassName
{
color: #73D358;
}
.AnyTagClassName
{
color: #73D358;
}
</style>
background-color css
<style>
a { background-color: #73D358; }
a { background-color: rgb(115,211,88); }
div.DivClassName
{
background-color: #73D358;
}
.BgClassName
{
background-color: #73D358;
}
</style>
border-color css
<style>
span { border-color: #73D358; }
span { border-color: rgb(115,211,88); }
td.TdClassName
{
border-color: #73D358;
}
.TagClassName
{
border-color: #73D358;
}
</style>