Shades of Mantis #73D54F
Tints of Mantis #73D54F
RGB
CMYK
RGB Variations
Color information
#73D54F (or 0x73D54F) is known color: Mantis. HEX triplet: 73, D5 and 4F. RGB value is (115,213,79). Sum of RGB (Red+Green+Blue) = 115+213+79=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #73D54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D54F is #8C2AB0. Grayscale: #A8A8A8. Windows color (decimal): -9185969 or 5231987. OLE color: 5231987.
HSL color Cylindrical-coordinate representation of color #73D54F: hue angle of 103.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73D54F is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 79 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.16 |
| HSL | 103.88º | 0.61% | 0.57% | - |
| HSV(B) | 103.88º | 0.63% | 0.84% | - |
| XYZ | 32.28 | 51.8 | 15.69 | - |
| YUV | 168.42 | 77.53 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 79 | 0.46 | 0 | 0.63 | 0.16 | 103.88 | 0.61 | 0.57 |
| Hex | 73 | D5 | 4F | 2E | 0 | 3F | 10 | 68 | 3D | 39 |
| Octal | 163 | 325 | 117 | 56 | 0 | 77 | 20 | 150 | 75 | 71 |
| Binary | 1110011 | 11010101 | 1001111 | 101110 | 0 | 111111 | 10000 | 1101000 | 111101 | 111001 |
Color Harmonies of #73D54F
Complementary color
Monochromatic Colors of #73D54F
Black with #73D54F
Text Example
Text Example
White with #73D54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D54F; }
p { color: rgb(115,213,79); }
H1.HeaderClassName
{
color: #73D54F;
}
.AnyTagClassName
{
color: #73D54F;
}
</style>
background-color css
<style>
a { background-color: #73D54F; }
a { background-color: rgb(115,213,79); }
div.DivClassName
{
background-color: #73D54F;
}
.BgClassName
{
background-color: #73D54F;
}
</style>
border-color css
<style>
span { border-color: #73D54F; }
span { border-color: rgb(115,213,79); }
td.TdClassName
{
border-color: #73D54F;
}
.TagClassName
{
border-color: #73D54F;
}
</style>