Shades of Mantis #73D34F
Tints of Mantis #73D34F
RGB
CMYK
RGB Variations
Color information
#73D34F (or 0x73D34F) is known color: Mantis. HEX triplet: 73, D3 and 4F. RGB value is (115,211,79). Sum of RGB (Red+Green+Blue) = 115+211+79=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #73D34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D34F is #8C2CB0. Grayscale: #A7A7A7. Windows color (decimal): -9186481 or 5231475. OLE color: 5231475.
HSL color Cylindrical-coordinate representation of color #73D34F: hue angle of 103.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73D34F is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 79 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.17 |
| HSL | 103.64º | 0.6% | 0.57% | - |
| HSV(B) | 103.64º | 0.63% | 0.83% | - |
| XYZ | 31.78 | 50.8 | 15.53 | - |
| YUV | 167.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 79 | 0.45 | 0 | 0.63 | 0.17 | 103.64 | 0.6 | 0.57 |
| Hex | 73 | D3 | 4F | 2D | 0 | 3F | 11 | 68 | 3C | 39 |
| Octal | 163 | 323 | 117 | 55 | 0 | 77 | 21 | 150 | 74 | 71 |
| Binary | 1110011 | 11010011 | 1001111 | 101101 | 0 | 111111 | 10001 | 1101000 | 111100 | 111001 |
Color Harmonies of #73D34F
Complementary color
Monochromatic Colors of #73D34F
Black with #73D34F
Text Example
Text Example
White with #73D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D34F; }
p { color: rgb(115,211,79); }
H1.HeaderClassName
{
color: #73D34F;
}
.AnyTagClassName
{
color: #73D34F;
}
</style>
background-color css
<style>
a { background-color: #73D34F; }
a { background-color: rgb(115,211,79); }
div.DivClassName
{
background-color: #73D34F;
}
.BgClassName
{
background-color: #73D34F;
}
</style>
border-color css
<style>
span { border-color: #73D34F; }
span { border-color: rgb(115,211,79); }
td.TdClassName
{
border-color: #73D34F;
}
.TagClassName
{
border-color: #73D34F;
}
</style>