Shades of Mantis #73CD5D
Tints of Mantis #73CD5D
RGB
CMYK
RGB Variations
Color information
#73CD5D (or 0x73CD5D) is known color: Mantis. HEX triplet: 73, CD and 5D. RGB value is (115,205,93). Sum of RGB (Red+Green+Blue) = 115+205+93=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD5D is #8C32A2. Grayscale: #A5A5A5. Windows color (decimal): -9188003 or 6147443. OLE color: 6147443.
HSL color Cylindrical-coordinate representation of color #73CD5D: hue angle of 108.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73CD5D is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 93 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.20 |
| HSL | 108.21º | 0.53% | 0.58% | - |
| HSV(B) | 108.21º | 0.55% | 0.8% | - |
| XYZ | 30.88 | 48.1 | 18.01 | - |
| YUV | 165.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 93 | 0.44 | 0 | 0.55 | 0.20 | 108.21 | 0.53 | 0.58 |
| Hex | 73 | CD | 5D | 2C | 0 | 37 | 14 | 6C | 35 | 3A |
| Octal | 163 | 315 | 135 | 54 | 0 | 67 | 24 | 154 | 65 | 72 |
| Binary | 1110011 | 11001101 | 1011101 | 101100 | 0 | 110111 | 10100 | 1101100 | 110101 | 111010 |
Color Harmonies of #73CD5D
Complementary color
Monochromatic Colors of #73CD5D
Black with #73CD5D
Text Example
Text Example
White with #73CD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD5D; }
p { color: rgb(115,205,93); }
H1.HeaderClassName
{
color: #73CD5D;
}
.AnyTagClassName
{
color: #73CD5D;
}
</style>
background-color css
<style>
a { background-color: #73CD5D; }
a { background-color: rgb(115,205,93); }
div.DivClassName
{
background-color: #73CD5D;
}
.BgClassName
{
background-color: #73CD5D;
}
</style>
border-color css
<style>
span { border-color: #73CD5D; }
span { border-color: rgb(115,205,93); }
td.TdClassName
{
border-color: #73CD5D;
}
.TagClassName
{
border-color: #73CD5D;
}
</style>