Shades of Mantis #73D44C
Tints of Mantis #73D44C
RGB
CMYK
RGB Variations
Color information
#73D44C (or 0x73D44C) is known color: Mantis. HEX triplet: 73, D4 and 4C. RGB value is (115,212,76). Sum of RGB (Red+Green+Blue) = 115+212+76=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #73D44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D44C is #8C2BB3. Grayscale: #A7A7A7. Windows color (decimal): -9186228 or 5035123. OLE color: 5035123.
HSL color Cylindrical-coordinate representation of color #73D44C: hue angle of 102.79º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73D44C is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 76 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.17 |
| HSL | 102.79º | 0.61% | 0.56% | - |
| HSV(B) | 102.79º | 0.64% | 0.83% | - |
| XYZ | 31.92 | 51.25 | 15.05 | - |
| YUV | 167.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 76 | 0.46 | 0 | 0.64 | 0.17 | 102.79 | 0.61 | 0.56 |
| Hex | 73 | D4 | 4C | 2E | 0 | 40 | 11 | 67 | 3D | 38 |
| Octal | 163 | 324 | 114 | 56 | 0 | 100 | 21 | 147 | 75 | 70 |
| Binary | 1110011 | 11010100 | 1001100 | 101110 | 0 | 1000000 | 10001 | 1100111 | 111101 | 111000 |
Color Harmonies of #73D44C
Complementary color
Monochromatic Colors of #73D44C
Black with #73D44C
Text Example
Text Example
White with #73D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D44C; }
p { color: rgb(115,212,76); }
H1.HeaderClassName
{
color: #73D44C;
}
.AnyTagClassName
{
color: #73D44C;
}
</style>
background-color css
<style>
a { background-color: #73D44C; }
a { background-color: rgb(115,212,76); }
div.DivClassName
{
background-color: #73D44C;
}
.BgClassName
{
background-color: #73D44C;
}
</style>
border-color css
<style>
span { border-color: #73D44C; }
span { border-color: rgb(115,212,76); }
td.TdClassName
{
border-color: #73D44C;
}
.TagClassName
{
border-color: #73D44C;
}
</style>