Shades of Mantis #73C55B
Tints of Mantis #73C55B
RGB
CMYK
RGB Variations
Color information
#73C55B (or 0x73C55B) is known color: Mantis. HEX triplet: 73, C5 and 5B. RGB value is (115,197,91). Sum of RGB (Red+Green+Blue) = 115+197+91=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #73C55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C55B is #8C3AA4. Grayscale: #A0A0A0. Windows color (decimal): -9190053 or 6014323. OLE color: 6014323.
HSL color Cylindrical-coordinate representation of color #73C55B: hue angle of 106.42º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73C55B is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 91 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.23 |
| HSL | 106.42º | 0.48% | 0.56% | - |
| HSV(B) | 106.42º | 0.54% | 0.77% | - |
| XYZ | 28.92 | 44.33 | 16.93 | - |
| YUV | 160.4 | 88.83 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 91 | 0.42 | 0 | 0.54 | 0.23 | 106.42 | 0.48 | 0.56 |
| Hex | 73 | C5 | 5B | 2A | 0 | 36 | 17 | 6A | 30 | 38 |
| Octal | 163 | 305 | 133 | 52 | 0 | 66 | 27 | 152 | 60 | 70 |
| Binary | 1110011 | 11000101 | 1011011 | 101010 | 0 | 110110 | 10111 | 1101010 | 110000 | 111000 |
Color Harmonies of #73C55B
Complementary color
Monochromatic Colors of #73C55B
Black with #73C55B
Text Example
Text Example
White with #73C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C55B; }
p { color: rgb(115,197,91); }
H1.HeaderClassName
{
color: #73C55B;
}
.AnyTagClassName
{
color: #73C55B;
}
</style>
background-color css
<style>
a { background-color: #73C55B; }
a { background-color: rgb(115,197,91); }
div.DivClassName
{
background-color: #73C55B;
}
.BgClassName
{
background-color: #73C55B;
}
</style>
border-color css
<style>
span { border-color: #73C55B; }
span { border-color: rgb(115,197,91); }
td.TdClassName
{
border-color: #73C55B;
}
.TagClassName
{
border-color: #73C55B;
}
</style>