Shades of Mantis #73D540
Tints of Mantis #73D540
RGB
CMYK
RGB Variations
Color information
#73D540 (or 0x73D540) is known color: Mantis. HEX triplet: 73, D5 and 40. RGB value is (115,213,64). Sum of RGB (Red+Green+Blue) = 115+213+64=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #73D540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D540 is #8C2ABF. Grayscale: #A7A7A7. Windows color (decimal): -9185984 or 4248947. OLE color: 4248947.
HSL color Cylindrical-coordinate representation of color #73D540: hue angle of 99.46º 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 #73D540 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 64 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.16 |
| HSL | 99.46º | 0.64% | 0.54% | - |
| HSV(B) | 99.46º | 0.7% | 0.84% | - |
| XYZ | 31.79 | 51.6 | 13.14 | - |
| YUV | 166.71 | 70.03 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 64 | 0.46 | 0 | 0.70 | 0.16 | 99.46 | 0.64 | 0.54 |
| Hex | 73 | D5 | 40 | 2E | 0 | 46 | 10 | 63 | 40 | 36 |
| Octal | 163 | 325 | 100 | 56 | 0 | 106 | 20 | 143 | 100 | 66 |
| Binary | 1110011 | 11010101 | 1000000 | 101110 | 0 | 1000110 | 10000 | 1100011 | 1000000 | 110110 |
Color Harmonies of #73D540
Complementary color
Monochromatic Colors of #73D540
Black with #73D540
Text Example
Text Example
White with #73D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D540; }
p { color: rgb(115,213,64); }
H1.HeaderClassName
{
color: #73D540;
}
.AnyTagClassName
{
color: #73D540;
}
</style>
background-color css
<style>
a { background-color: #73D540; }
a { background-color: rgb(115,213,64); }
div.DivClassName
{
background-color: #73D540;
}
.BgClassName
{
background-color: #73D540;
}
</style>
border-color css
<style>
span { border-color: #73D540; }
span { border-color: rgb(115,213,64); }
td.TdClassName
{
border-color: #73D540;
}
.TagClassName
{
border-color: #73D540;
}
</style>