Shades of Mantis #73CD65
Tints of Mantis #73CD65
RGB
CMYK
RGB Variations
Color information
#73CD65 (or 0x73CD65) is known color: Mantis. HEX triplet: 73, CD and 65. RGB value is (115,205,101). Sum of RGB (Red+Green+Blue) = 115+205+101=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CD65 is #8C329A. Grayscale: #A6A6A6. Windows color (decimal): -9187995 or 6671731. OLE color: 6671731.
HSL color Cylindrical-coordinate representation of color #73CD65: hue angle of 111.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73CD65 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 101 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.20 |
| HSL | 111.92º | 0.51% | 0.6% | - |
| HSV(B) | 111.92º | 0.51% | 0.8% | - |
| XYZ | 31.25 | 48.25 | 19.98 | - |
| YUV | 166.23 | 91.18 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 101 | 0.44 | 0 | 0.51 | 0.20 | 111.92 | 0.51 | 0.6 |
| Hex | 73 | CD | 65 | 2C | 0 | 33 | 14 | 70 | 33 | 3C |
| Octal | 163 | 315 | 145 | 54 | 0 | 63 | 24 | 160 | 63 | 74 |
| Binary | 1110011 | 11001101 | 1100101 | 101100 | 0 | 110011 | 10100 | 1110000 | 110011 | 111100 |
Color Harmonies of #73CD65
Complementary color
Monochromatic Colors of #73CD65
Black with #73CD65
Text Example
Text Example
White with #73CD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD65; }
p { color: rgb(115,205,101); }
H1.HeaderClassName
{
color: #73CD65;
}
.AnyTagClassName
{
color: #73CD65;
}
</style>
background-color css
<style>
a { background-color: #73CD65; }
a { background-color: rgb(115,205,101); }
div.DivClassName
{
background-color: #73CD65;
}
.BgClassName
{
background-color: #73CD65;
}
</style>
border-color css
<style>
span { border-color: #73CD65; }
span { border-color: rgb(115,205,101); }
td.TdClassName
{
border-color: #73CD65;
}
.TagClassName
{
border-color: #73CD65;
}
</style>