Shades of Mantis #73D644
Tints of Mantis #73D644
RGB
CMYK
RGB Variations
Color information
#73D644 (or 0x73D644) is known color: Mantis. HEX triplet: 73, D6 and 44. RGB value is (115,214,68). Sum of RGB (Red+Green+Blue) = 115+214+68=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #73D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D644 is #8C29BB. Grayscale: #A8A8A8. Windows color (decimal): -9185724 or 4511347. OLE color: 4511347.
HSL color Cylindrical-coordinate representation of color #73D644: hue angle of 100.68º degrees, saturation: 0.64, 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 #73D644 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 68 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.16 |
| HSL | 100.68º | 0.64% | 0.55% | - |
| HSV(B) | 100.68º | 0.68% | 0.84% | - |
| XYZ | 32.16 | 52.16 | 13.84 | - |
| YUV | 167.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 68 | 0.46 | 0 | 0.68 | 0.16 | 100.68 | 0.64 | 0.55 |
| Hex | 73 | D6 | 44 | 2E | 0 | 44 | 10 | 65 | 40 | 37 |
| Octal | 163 | 326 | 104 | 56 | 0 | 104 | 20 | 145 | 100 | 67 |
| Binary | 1110011 | 11010110 | 1000100 | 101110 | 0 | 1000100 | 10000 | 1100101 | 1000000 | 110111 |
Color Harmonies of #73D644
Complementary color
Monochromatic Colors of #73D644
Black with #73D644
Text Example
Text Example
White with #73D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D644; }
p { color: rgb(115,214,68); }
H1.HeaderClassName
{
color: #73D644;
}
.AnyTagClassName
{
color: #73D644;
}
</style>
background-color css
<style>
a { background-color: #73D644; }
a { background-color: rgb(115,214,68); }
div.DivClassName
{
background-color: #73D644;
}
.BgClassName
{
background-color: #73D644;
}
</style>
border-color css
<style>
span { border-color: #73D644; }
span { border-color: rgb(115,214,68); }
td.TdClassName
{
border-color: #73D644;
}
.TagClassName
{
border-color: #73D644;
}
</style>