Shades of Mantis #73D545
Tints of Mantis #73D545
RGB
CMYK
RGB Variations
Color information
#73D545 (or 0x73D545) is known color: Mantis. HEX triplet: 73, D5 and 45. RGB value is (115,213,69). Sum of RGB (Red+Green+Blue) = 115+213+69=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #73D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D545 is #8C2ABA. Grayscale: #A7A7A7. Windows color (decimal): -9185979 or 4576627. OLE color: 4576627.
HSL color Cylindrical-coordinate representation of color #73D545: hue angle of 100.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73D545 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 69 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.16 |
| HSL | 100.83º | 0.63% | 0.55% | - |
| HSV(B) | 100.83º | 0.68% | 0.84% | - |
| XYZ | 31.94 | 51.66 | 13.92 | - |
| YUV | 167.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 69 | 0.46 | 0 | 0.68 | 0.16 | 100.83 | 0.63 | 0.55 |
| Hex | 73 | D5 | 45 | 2E | 0 | 44 | 10 | 65 | 3F | 37 |
| Octal | 163 | 325 | 105 | 56 | 0 | 104 | 20 | 145 | 77 | 67 |
| Binary | 1110011 | 11010101 | 1000101 | 101110 | 0 | 1000100 | 10000 | 1100101 | 111111 | 110111 |
Color Harmonies of #73D545
Complementary color
Monochromatic Colors of #73D545
Black with #73D545
Text Example
Text Example
White with #73D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D545; }
p { color: rgb(115,213,69); }
H1.HeaderClassName
{
color: #73D545;
}
.AnyTagClassName
{
color: #73D545;
}
</style>
background-color css
<style>
a { background-color: #73D545; }
a { background-color: rgb(115,213,69); }
div.DivClassName
{
background-color: #73D545;
}
.BgClassName
{
background-color: #73D545;
}
</style>
border-color css
<style>
span { border-color: #73D545; }
span { border-color: rgb(115,213,69); }
td.TdClassName
{
border-color: #73D545;
}
.TagClassName
{
border-color: #73D545;
}
</style>