Shades of Mantis #73C355
Tints of Mantis #73C355
RGB
CMYK
RGB Variations
Color information
#73C355 (or 0x73C355) is known color: Mantis. HEX triplet: 73, C3 and 55. RGB value is (115,195,85). Sum of RGB (Red+Green+Blue) = 115+195+85=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #73C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C355 is #8C3CAA. Grayscale: #9E9E9E. Windows color (decimal): -9190571 or 5620595. OLE color: 5620595.
HSL color Cylindrical-coordinate representation of color #73C355: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73C355 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 85 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.24 |
| HSL | 103.64º | 0.48% | 0.55% | - |
| HSV(B) | 103.64º | 0.56% | 0.76% | - |
| XYZ | 28.23 | 43.33 | 15.47 | - |
| YUV | 158.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 85 | 0.41 | 0 | 0.56 | 0.24 | 103.64 | 0.48 | 0.55 |
| Hex | 73 | C3 | 55 | 29 | 0 | 38 | 18 | 68 | 30 | 37 |
| Octal | 163 | 303 | 125 | 51 | 0 | 70 | 30 | 150 | 60 | 67 |
| Binary | 1110011 | 11000011 | 1010101 | 101001 | 0 | 111000 | 11000 | 1101000 | 110000 | 110111 |
Color Harmonies of #73C355
Complementary color
Monochromatic Colors of #73C355
Black with #73C355
Text Example
Text Example
White with #73C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C355; }
p { color: rgb(115,195,85); }
H1.HeaderClassName
{
color: #73C355;
}
.AnyTagClassName
{
color: #73C355;
}
</style>
background-color css
<style>
a { background-color: #73C355; }
a { background-color: rgb(115,195,85); }
div.DivClassName
{
background-color: #73C355;
}
.BgClassName
{
background-color: #73C355;
}
</style>
border-color css
<style>
span { border-color: #73C355; }
span { border-color: rgb(115,195,85); }
td.TdClassName
{
border-color: #73C355;
}
.TagClassName
{
border-color: #73C355;
}
</style>