Shades of Mantis #73C853
Tints of Mantis #73C853
RGB
CMYK
RGB Variations
Color information
#73C853 (or 0x73C853) is known color: Mantis. HEX triplet: 73, C8 and 53. RGB value is (115,200,83). Sum of RGB (Red+Green+Blue) = 115+200+83=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #73C853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C853 is #8C37AC. Grayscale: #A1A1A1. Windows color (decimal): -9189293 or 5490803. OLE color: 5490803.
HSL color Cylindrical-coordinate representation of color #73C853: hue angle of 103.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73C853 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 83 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.22 |
| HSL | 103.59º | 0.52% | 0.55% | - |
| HSV(B) | 103.59º | 0.59% | 0.78% | - |
| XYZ | 29.29 | 45.58 | 15.44 | - |
| YUV | 161.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 83 | 0.42 | 0 | 0.58 | 0.22 | 103.59 | 0.52 | 0.55 |
| Hex | 73 | C8 | 53 | 2A | 0 | 3A | 16 | 68 | 34 | 37 |
| Octal | 163 | 310 | 123 | 52 | 0 | 72 | 26 | 150 | 64 | 67 |
| Binary | 1110011 | 11001000 | 1010011 | 101010 | 0 | 111010 | 10110 | 1101000 | 110100 | 110111 |
Color Harmonies of #73C853
Complementary color
Monochromatic Colors of #73C853
Black with #73C853
Text Example
Text Example
White with #73C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C853; }
p { color: rgb(115,200,83); }
H1.HeaderClassName
{
color: #73C853;
}
.AnyTagClassName
{
color: #73C853;
}
</style>
background-color css
<style>
a { background-color: #73C853; }
a { background-color: rgb(115,200,83); }
div.DivClassName
{
background-color: #73C853;
}
.BgClassName
{
background-color: #73C853;
}
</style>
border-color css
<style>
span { border-color: #73C853; }
span { border-color: rgb(115,200,83); }
td.TdClassName
{
border-color: #73C853;
}
.TagClassName
{
border-color: #73C853;
}
</style>