Shades of Mantis #73CD63
Tints of Mantis #73CD63
RGB
CMYK
RGB Variations
Color information
#73CD63 (or 0x73CD63) is known color: Mantis. HEX triplet: 73, CD and 63. RGB value is (115,205,99). Sum of RGB (Red+Green+Blue) = 115+205+99=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD63 is #8C329C. Grayscale: #A6A6A6. Windows color (decimal): -9187997 or 6540659. OLE color: 6540659.
HSL color Cylindrical-coordinate representation of color #73CD63: hue angle of 110.94º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73CD63 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 99 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.20 |
| HSL | 110.94º | 0.51% | 0.6% | - |
| HSV(B) | 110.94º | 0.52% | 0.8% | - |
| XYZ | 31.15 | 48.21 | 19.47 | - |
| YUV | 166.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 99 | 0.44 | 0 | 0.52 | 0.20 | 110.94 | 0.51 | 0.6 |
| Hex | 73 | CD | 63 | 2C | 0 | 34 | 14 | 6F | 33 | 3C |
| Octal | 163 | 315 | 143 | 54 | 0 | 64 | 24 | 157 | 63 | 74 |
| Binary | 1110011 | 11001101 | 1100011 | 101100 | 0 | 110100 | 10100 | 1101111 | 110011 | 111100 |
Color Harmonies of #73CD63
Complementary color
Monochromatic Colors of #73CD63
Black with #73CD63
Text Example
Text Example
White with #73CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD63; }
p { color: rgb(115,205,99); }
H1.HeaderClassName
{
color: #73CD63;
}
.AnyTagClassName
{
color: #73CD63;
}
</style>
background-color css
<style>
a { background-color: #73CD63; }
a { background-color: rgb(115,205,99); }
div.DivClassName
{
background-color: #73CD63;
}
.BgClassName
{
background-color: #73CD63;
}
</style>
border-color css
<style>
span { border-color: #73CD63; }
span { border-color: rgb(115,205,99); }
td.TdClassName
{
border-color: #73CD63;
}
.TagClassName
{
border-color: #73CD63;
}
</style>