Shades of Mantis #73D356
Tints of Mantis #73D356
RGB
CMYK
RGB Variations
Color information
#73D356 (or 0x73D356) is known color: Mantis. HEX triplet: 73, D3 and 56. RGB value is (115,211,86). Sum of RGB (Red+Green+Blue) = 115+211+86=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #73D356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D356 is #8C2CA9. Grayscale: #A8A8A8. Windows color (decimal): -9186474 or 5690227. OLE color: 5690227.
HSL color Cylindrical-coordinate representation of color #73D356: hue angle of 106.08º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73D356 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 86 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.17 |
| HSL | 106.08º | 0.59% | 0.58% | - |
| HSV(B) | 106.08º | 0.59% | 0.83% | - |
| XYZ | 32.04 | 50.91 | 16.94 | - |
| YUV | 168.05 | 81.7 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 86 | 0.45 | 0 | 0.59 | 0.17 | 106.08 | 0.59 | 0.58 |
| Hex | 73 | D3 | 56 | 2D | 0 | 3B | 11 | 6A | 3B | 3A |
| Octal | 163 | 323 | 126 | 55 | 0 | 73 | 21 | 152 | 73 | 72 |
| Binary | 1110011 | 11010011 | 1010110 | 101101 | 0 | 111011 | 10001 | 1101010 | 111011 | 111010 |
Color Harmonies of #73D356
Complementary color
Monochromatic Colors of #73D356
Black with #73D356
Text Example
Text Example
White with #73D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D356; }
p { color: rgb(115,211,86); }
H1.HeaderClassName
{
color: #73D356;
}
.AnyTagClassName
{
color: #73D356;
}
</style>
background-color css
<style>
a { background-color: #73D356; }
a { background-color: rgb(115,211,86); }
div.DivClassName
{
background-color: #73D356;
}
.BgClassName
{
background-color: #73D356;
}
</style>
border-color css
<style>
span { border-color: #73D356; }
span { border-color: rgb(115,211,86); }
td.TdClassName
{
border-color: #73D356;
}
.TagClassName
{
border-color: #73D356;
}
</style>