Shades of Mantis #73C053
Tints of Mantis #73C053
RGB
CMYK
RGB Variations
Color information
#73C053 (or 0x73C053) is known color: Mantis. HEX triplet: 73, C0 and 53. RGB value is (115,192,83). Sum of RGB (Red+Green+Blue) = 115+192+83=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #73C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C053 is #8C3FAC. Grayscale: #9C9C9C. Windows color (decimal): -9191341 or 5488755. OLE color: 5488755.
HSL color Cylindrical-coordinate representation of color #73C053: hue angle of 102.39º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73C053 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 83 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.25 |
| HSL | 102.39º | 0.46% | 0.54% | - |
| HSV(B) | 102.39º | 0.57% | 0.75% | - |
| XYZ | 27.48 | 41.97 | 14.84 | - |
| YUV | 156.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 83 | 0.40 | 0 | 0.57 | 0.25 | 102.39 | 0.46 | 0.54 |
| Hex | 73 | C0 | 53 | 28 | 0 | 39 | 19 | 66 | 2E | 36 |
| Octal | 163 | 300 | 123 | 50 | 0 | 71 | 31 | 146 | 56 | 66 |
| Binary | 1110011 | 11000000 | 1010011 | 101000 | 0 | 111001 | 11001 | 1100110 | 101110 | 110110 |
Color Harmonies of #73C053
Complementary color
Monochromatic Colors of #73C053
Black with #73C053
Text Example
Text Example
White with #73C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C053; }
p { color: rgb(115,192,83); }
H1.HeaderClassName
{
color: #73C053;
}
.AnyTagClassName
{
color: #73C053;
}
</style>
background-color css
<style>
a { background-color: #73C053; }
a { background-color: rgb(115,192,83); }
div.DivClassName
{
background-color: #73C053;
}
.BgClassName
{
background-color: #73C053;
}
</style>
border-color css
<style>
span { border-color: #73C053; }
span { border-color: rgb(115,192,83); }
td.TdClassName
{
border-color: #73C053;
}
.TagClassName
{
border-color: #73C053;
}
</style>