Shades of Mantis #73D44F
Tints of Mantis #73D44F
RGB
CMYK
RGB Variations
Color information
#73D44F (or 0x73D44F) is known color: Mantis. HEX triplet: 73, D4 and 4F. RGB value is (115,212,79). Sum of RGB (Red+Green+Blue) = 115+212+79=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #73D44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D44F is #8C2BB0. Grayscale: #A8A8A8. Windows color (decimal): -9186225 or 5231731. OLE color: 5231731.
HSL color Cylindrical-coordinate representation of color #73D44F: hue angle of 103.76º degrees, saturation: 0.61, 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 #73D44F is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 79 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.17 |
| HSL | 103.76º | 0.61% | 0.57% | - |
| HSV(B) | 103.76º | 0.63% | 0.83% | - |
| XYZ | 32.03 | 51.3 | 15.61 | - |
| YUV | 167.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 79 | 0.46 | 0 | 0.63 | 0.17 | 103.76 | 0.61 | 0.57 |
| Hex | 73 | D4 | 4F | 2E | 0 | 3F | 11 | 68 | 3D | 39 |
| Octal | 163 | 324 | 117 | 56 | 0 | 77 | 21 | 150 | 75 | 71 |
| Binary | 1110011 | 11010100 | 1001111 | 101110 | 0 | 111111 | 10001 | 1101000 | 111101 | 111001 |
Color Harmonies of #73D44F
Complementary color
Monochromatic Colors of #73D44F
Black with #73D44F
Text Example
Text Example
White with #73D44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D44F; }
p { color: rgb(115,212,79); }
H1.HeaderClassName
{
color: #73D44F;
}
.AnyTagClassName
{
color: #73D44F;
}
</style>
background-color css
<style>
a { background-color: #73D44F; }
a { background-color: rgb(115,212,79); }
div.DivClassName
{
background-color: #73D44F;
}
.BgClassName
{
background-color: #73D44F;
}
</style>
border-color css
<style>
span { border-color: #73D44F; }
span { border-color: rgb(115,212,79); }
td.TdClassName
{
border-color: #73D44F;
}
.TagClassName
{
border-color: #73D44F;
}
</style>