Shades of Mantis #73D840
Tints of Mantis #73D840
RGB
CMYK
RGB Variations
Color information
#73D840 (or 0x73D840) is known color: Mantis. HEX triplet: 73, D8 and 40. RGB value is (115,216,64). Sum of RGB (Red+Green+Blue) = 115+216+64=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #73D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D840 is #8C27BF. Grayscale: #A8A8A8. Windows color (decimal): -9185216 or 4249715. OLE color: 4249715.
HSL color Cylindrical-coordinate representation of color #73D840: hue angle of 99.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73D840 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 64 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.15 |
| HSL | 99.87º | 0.66% | 0.55% | - |
| HSV(B) | 99.87º | 0.7% | 0.85% | - |
| XYZ | 32.55 | 53.13 | 13.39 | - |
| YUV | 168.47 | 69.04 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 64 | 0.47 | 0 | 0.70 | 0.15 | 99.87 | 0.66 | 0.55 |
| Hex | 73 | D8 | 40 | 2F | 0 | 46 | F | 64 | 42 | 37 |
| Octal | 163 | 330 | 100 | 57 | 0 | 106 | 17 | 144 | 102 | 67 |
| Binary | 1110011 | 11011000 | 1000000 | 101111 | 0 | 1000110 | 1111 | 1100100 | 1000010 | 110111 |
Color Harmonies of #73D840
Complementary color
Monochromatic Colors of #73D840
Black with #73D840
Text Example
Text Example
White with #73D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D840; }
p { color: rgb(115,216,64); }
H1.HeaderClassName
{
color: #73D840;
}
.AnyTagClassName
{
color: #73D840;
}
</style>
background-color css
<style>
a { background-color: #73D840; }
a { background-color: rgb(115,216,64); }
div.DivClassName
{
background-color: #73D840;
}
.BgClassName
{
background-color: #73D840;
}
</style>
border-color css
<style>
span { border-color: #73D840; }
span { border-color: rgb(115,216,64); }
td.TdClassName
{
border-color: #73D840;
}
.TagClassName
{
border-color: #73D840;
}
</style>