Shades of Mantis #73D441
Tints of Mantis #73D441
RGB
CMYK
RGB Variations
Color information
#73D441 (or 0x73D441) is known color: Mantis. HEX triplet: 73, D4 and 41. RGB value is (115,212,65). Sum of RGB (Red+Green+Blue) = 115+212+65=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #73D441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D441 is #8C2BBE. Grayscale: #A6A6A6. Windows color (decimal): -9186239 or 4314227. OLE color: 4314227.
HSL color Cylindrical-coordinate representation of color #73D441: hue angle of 99.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73D441 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 65 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.17 |
| HSL | 99.59º | 0.63% | 0.54% | - |
| HSV(B) | 99.59º | 0.69% | 0.83% | - |
| XYZ | 31.57 | 51.11 | 13.2 | - |
| YUV | 166.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 65 | 0.46 | 0 | 0.69 | 0.17 | 99.59 | 0.63 | 0.54 |
| Hex | 73 | D4 | 41 | 2E | 0 | 45 | 11 | 64 | 3F | 36 |
| Octal | 163 | 324 | 101 | 56 | 0 | 105 | 21 | 144 | 77 | 66 |
| Binary | 1110011 | 11010100 | 1000001 | 101110 | 0 | 1000101 | 10001 | 1100100 | 111111 | 110110 |
Color Harmonies of #73D441
Complementary color
Monochromatic Colors of #73D441
Black with #73D441
Text Example
Text Example
White with #73D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D441; }
p { color: rgb(115,212,65); }
H1.HeaderClassName
{
color: #73D441;
}
.AnyTagClassName
{
color: #73D441;
}
</style>
background-color css
<style>
a { background-color: #73D441; }
a { background-color: rgb(115,212,65); }
div.DivClassName
{
background-color: #73D441;
}
.BgClassName
{
background-color: #73D441;
}
</style>
border-color css
<style>
span { border-color: #73D441; }
span { border-color: rgb(115,212,65); }
td.TdClassName
{
border-color: #73D441;
}
.TagClassName
{
border-color: #73D441;
}
</style>