Shades of Mantis #73C864
Tints of Mantis #73C864
RGB
CMYK
RGB Variations
Color information
#73C864 (or 0x73C864) is known color: Mantis. HEX triplet: 73, C8 and 64. RGB value is (115,200,100). Sum of RGB (Red+Green+Blue) = 115+200+100=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #73C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C864 is #8C379B. Grayscale: #A3A3A3. Windows color (decimal): -9189276 or 6604915. OLE color: 6604915.
HSL color Cylindrical-coordinate representation of color #73C864: hue angle of 111º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73C864 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 100 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.22 |
| HSL | 111º | 0.48% | 0.59% | - |
| HSV(B) | 111º | 0.5% | 0.78% | - |
| XYZ | 30.02 | 45.87 | 19.33 | - |
| YUV | 163.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 100 | 0.42 | 0 | 0.5 | 0.22 | 111 | 0.48 | 0.59 |
| Hex | 73 | C8 | 64 | 2A | 0 | 32 | 16 | 6F | 30 | 3B |
| Octal | 163 | 310 | 144 | 52 | 0 | 62 | 26 | 157 | 60 | 73 |
| Binary | 1110011 | 11001000 | 1100100 | 101010 | 0 | 110010 | 10110 | 1101111 | 110000 | 111011 |
Color Harmonies of #73C864
Complementary color
Monochromatic Colors of #73C864
Black with #73C864
Text Example
Text Example
White with #73C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C864; }
p { color: rgb(115,200,100); }
H1.HeaderClassName
{
color: #73C864;
}
.AnyTagClassName
{
color: #73C864;
}
</style>
background-color css
<style>
a { background-color: #73C864; }
a { background-color: rgb(115,200,100); }
div.DivClassName
{
background-color: #73C864;
}
.BgClassName
{
background-color: #73C864;
}
</style>
border-color css
<style>
span { border-color: #73C864; }
span { border-color: rgb(115,200,100); }
td.TdClassName
{
border-color: #73C864;
}
.TagClassName
{
border-color: #73C864;
}
</style>