Shades of Mantis #73D445
Tints of Mantis #73D445
RGB
CMYK
RGB Variations
Color information
#73D445 (or 0x73D445) is known color: Mantis. HEX triplet: 73, D4 and 45. RGB value is (115,212,69). Sum of RGB (Red+Green+Blue) = 115+212+69=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #73D445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D445 is #8C2BBA. Grayscale: #A7A7A7. Windows color (decimal): -9186235 or 4576371. OLE color: 4576371.
HSL color Cylindrical-coordinate representation of color #73D445: hue angle of 100.7º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73D445 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 69 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.17 |
| HSL | 100.7º | 0.62% | 0.55% | - |
| HSV(B) | 100.7º | 0.67% | 0.83% | - |
| XYZ | 31.69 | 51.16 | 13.84 | - |
| YUV | 166.7 | 72.86 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 69 | 0.46 | 0 | 0.67 | 0.17 | 100.7 | 0.62 | 0.55 |
| Hex | 73 | D4 | 45 | 2E | 0 | 43 | 11 | 65 | 3E | 37 |
| Octal | 163 | 324 | 105 | 56 | 0 | 103 | 21 | 145 | 76 | 67 |
| Binary | 1110011 | 11010100 | 1000101 | 101110 | 0 | 1000011 | 10001 | 1100101 | 111110 | 110111 |
Color Harmonies of #73D445
Complementary color
Monochromatic Colors of #73D445
Black with #73D445
Text Example
Text Example
White with #73D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D445; }
p { color: rgb(115,212,69); }
H1.HeaderClassName
{
color: #73D445;
}
.AnyTagClassName
{
color: #73D445;
}
</style>
background-color css
<style>
a { background-color: #73D445; }
a { background-color: rgb(115,212,69); }
div.DivClassName
{
background-color: #73D445;
}
.BgClassName
{
background-color: #73D445;
}
</style>
border-color css
<style>
span { border-color: #73D445; }
span { border-color: rgb(115,212,69); }
td.TdClassName
{
border-color: #73D445;
}
.TagClassName
{
border-color: #73D445;
}
</style>