Shades of Mantis #73D83D
Tints of Mantis #73D83D
RGB
CMYK
RGB Variations
Color information
#73D83D (or 0x73D83D) is known color: Mantis. HEX triplet: 73, D8 and 3D. RGB value is (115,216,61). Sum of RGB (Red+Green+Blue) = 115+216+61=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #73D83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D83D is #8C27C2. Grayscale: #A8A8A8. Windows color (decimal): -9185219 or 4053107. OLE color: 4053107.
HSL color Cylindrical-coordinate representation of color #73D83D: hue angle of 99.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73D83D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 61 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.15 |
| HSL | 99.1º | 0.67% | 0.54% | - |
| HSV(B) | 99.1º | 0.72% | 0.85% | - |
| XYZ | 32.47 | 53.09 | 12.95 | - |
| YUV | 168.13 | 67.54 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 61 | 0.47 | 0 | 0.72 | 0.15 | 99.1 | 0.67 | 0.54 |
| Hex | 73 | D8 | 3D | 2F | 0 | 48 | F | 63 | 43 | 36 |
| Octal | 163 | 330 | 75 | 57 | 0 | 110 | 17 | 143 | 103 | 66 |
| Binary | 1110011 | 11011000 | 111101 | 101111 | 0 | 1001000 | 1111 | 1100011 | 1000011 | 110110 |
Color Harmonies of #73D83D
Complementary color
Monochromatic Colors of #73D83D
Black with #73D83D
Text Example
Text Example
White with #73D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D83D; }
p { color: rgb(115,216,61); }
H1.HeaderClassName
{
color: #73D83D;
}
.AnyTagClassName
{
color: #73D83D;
}
</style>
background-color css
<style>
a { background-color: #73D83D; }
a { background-color: rgb(115,216,61); }
div.DivClassName
{
background-color: #73D83D;
}
.BgClassName
{
background-color: #73D83D;
}
</style>
border-color css
<style>
span { border-color: #73D83D; }
span { border-color: rgb(115,216,61); }
td.TdClassName
{
border-color: #73D83D;
}
.TagClassName
{
border-color: #73D83D;
}
</style>