Shades of Mantis #73C855
Tints of Mantis #73C855
RGB
CMYK
RGB Variations
Color information
#73C855 (or 0x73C855) is known color: Mantis. HEX triplet: 73, C8 and 55. RGB value is (115,200,85). Sum of RGB (Red+Green+Blue) = 115+200+85=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #73C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C855 is #8C37AA. Grayscale: #A1A1A1. Windows color (decimal): -9189291 or 5621875. OLE color: 5621875.
HSL color Cylindrical-coordinate representation of color #73C855: hue angle of 104.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73C855 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 85 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.22 |
| HSL | 104.35º | 0.51% | 0.56% | - |
| HSV(B) | 104.35º | 0.58% | 0.78% | - |
| XYZ | 29.36 | 45.61 | 15.85 | - |
| YUV | 161.48 | 84.84 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 85 | 0.42 | 0 | 0.58 | 0.22 | 104.35 | 0.51 | 0.56 |
| Hex | 73 | C8 | 55 | 2A | 0 | 3A | 16 | 68 | 33 | 38 |
| Octal | 163 | 310 | 125 | 52 | 0 | 72 | 26 | 150 | 63 | 70 |
| Binary | 1110011 | 11001000 | 1010101 | 101010 | 0 | 111010 | 10110 | 1101000 | 110011 | 111000 |
Color Harmonies of #73C855
Complementary color
Monochromatic Colors of #73C855
Black with #73C855
Text Example
Text Example
White with #73C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C855; }
p { color: rgb(115,200,85); }
H1.HeaderClassName
{
color: #73C855;
}
.AnyTagClassName
{
color: #73C855;
}
</style>
background-color css
<style>
a { background-color: #73C855; }
a { background-color: rgb(115,200,85); }
div.DivClassName
{
background-color: #73C855;
}
.BgClassName
{
background-color: #73C855;
}
</style>
border-color css
<style>
span { border-color: #73C855; }
span { border-color: rgb(115,200,85); }
td.TdClassName
{
border-color: #73C855;
}
.TagClassName
{
border-color: #73C855;
}
</style>