Shades of Mantis #73D53F
Tints of Mantis #73D53F
RGB
CMYK
RGB Variations
Color information
#73D53F (or 0x73D53F) is known color: Mantis. HEX triplet: 73, D5 and 3F. RGB value is (115,213,63). Sum of RGB (Red+Green+Blue) = 115+213+63=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #73D53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D53F is #8C2AC0. Grayscale: #A7A7A7. Windows color (decimal): -9185985 or 4183411. OLE color: 4183411.
HSL color Cylindrical-coordinate representation of color #73D53F: hue angle of 99.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73D53F is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 63 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.16 |
| HSL | 99.2º | 0.64% | 0.54% | - |
| HSV(B) | 99.2º | 0.7% | 0.84% | - |
| XYZ | 31.76 | 51.59 | 12.99 | - |
| YUV | 166.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 63 | 0.46 | 0 | 0.70 | 0.16 | 99.2 | 0.64 | 0.54 |
| Hex | 73 | D5 | 3F | 2E | 0 | 46 | 10 | 63 | 40 | 36 |
| Octal | 163 | 325 | 77 | 56 | 0 | 106 | 20 | 143 | 100 | 66 |
| Binary | 1110011 | 11010101 | 111111 | 101110 | 0 | 1000110 | 10000 | 1100011 | 1000000 | 110110 |
Color Harmonies of #73D53F
Complementary color
Monochromatic Colors of #73D53F
Black with #73D53F
Text Example
Text Example
White with #73D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D53F; }
p { color: rgb(115,213,63); }
H1.HeaderClassName
{
color: #73D53F;
}
.AnyTagClassName
{
color: #73D53F;
}
</style>
background-color css
<style>
a { background-color: #73D53F; }
a { background-color: rgb(115,213,63); }
div.DivClassName
{
background-color: #73D53F;
}
.BgClassName
{
background-color: #73D53F;
}
</style>
border-color css
<style>
span { border-color: #73D53F; }
span { border-color: rgb(115,213,63); }
td.TdClassName
{
border-color: #73D53F;
}
.TagClassName
{
border-color: #73D53F;
}
</style>