Shades of Mantis #73C55A
Tints of Mantis #73C55A
RGB
CMYK
RGB Variations
Color information
#73C55A (or 0x73C55A) is known color: Mantis. HEX triplet: 73, C5 and 5A. RGB value is (115,197,90). Sum of RGB (Red+Green+Blue) = 115+197+90=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #73C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C55A is #8C3AA5. Grayscale: #A0A0A0. Windows color (decimal): -9190054 or 5948787. OLE color: 5948787.
HSL color Cylindrical-coordinate representation of color #73C55A: hue angle of 105.98º 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 #73C55A is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 90 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.23 |
| HSL | 105.98º | 0.48% | 0.56% | - |
| HSV(B) | 105.98º | 0.54% | 0.77% | - |
| XYZ | 28.88 | 44.32 | 16.7 | - |
| YUV | 160.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 90 | 0.42 | 0 | 0.54 | 0.23 | 105.98 | 0.48 | 0.56 |
| Hex | 73 | C5 | 5A | 2A | 0 | 36 | 17 | 6A | 30 | 38 |
| Octal | 163 | 305 | 132 | 52 | 0 | 66 | 27 | 152 | 60 | 70 |
| Binary | 1110011 | 11000101 | 1011010 | 101010 | 0 | 110110 | 10111 | 1101010 | 110000 | 111000 |
Color Harmonies of #73C55A
Complementary color
Monochromatic Colors of #73C55A
Black with #73C55A
Text Example
Text Example
White with #73C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C55A; }
p { color: rgb(115,197,90); }
H1.HeaderClassName
{
color: #73C55A;
}
.AnyTagClassName
{
color: #73C55A;
}
</style>
background-color css
<style>
a { background-color: #73C55A; }
a { background-color: rgb(115,197,90); }
div.DivClassName
{
background-color: #73C55A;
}
.BgClassName
{
background-color: #73C55A;
}
</style>
border-color css
<style>
span { border-color: #73C55A; }
span { border-color: rgb(115,197,90); }
td.TdClassName
{
border-color: #73C55A;
}
.TagClassName
{
border-color: #73C55A;
}
</style>