Shades of Mantis #73CC59
Tints of Mantis #73CC59
RGB
CMYK
RGB Variations
Color information
#73CC59 (or 0x73CC59) is known color: Mantis. HEX triplet: 73, CC and 59. RGB value is (115,204,89). Sum of RGB (Red+Green+Blue) = 115+204+89=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC59 is #8C33A6. Grayscale: #A4A4A4. Windows color (decimal): -9188263 or 5885043. OLE color: 5885043.
HSL color Cylindrical-coordinate representation of color #73CC59: hue angle of 106.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73CC59 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 89 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.2 |
| HSL | 106.43º | 0.53% | 0.57% | - |
| HSV(B) | 106.43º | 0.56% | 0.8% | - |
| XYZ | 30.47 | 47.55 | 17.02 | - |
| YUV | 164.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 89 | 0.44 | 0 | 0.56 | 0.2 | 106.43 | 0.53 | 0.57 |
| Hex | 73 | CC | 59 | 2C | 0 | 38 | 14 | 6A | 35 | 39 |
| Octal | 163 | 314 | 131 | 54 | 0 | 70 | 24 | 152 | 65 | 71 |
| Binary | 1110011 | 11001100 | 1011001 | 101100 | 0 | 111000 | 10100 | 1101010 | 110101 | 111001 |
Color Harmonies of #73CC59
Complementary color
Monochromatic Colors of #73CC59
Black with #73CC59
Text Example
Text Example
White with #73CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC59; }
p { color: rgb(115,204,89); }
H1.HeaderClassName
{
color: #73CC59;
}
.AnyTagClassName
{
color: #73CC59;
}
</style>
background-color css
<style>
a { background-color: #73CC59; }
a { background-color: rgb(115,204,89); }
div.DivClassName
{
background-color: #73CC59;
}
.BgClassName
{
background-color: #73CC59;
}
</style>
border-color css
<style>
span { border-color: #73CC59; }
span { border-color: rgb(115,204,89); }
td.TdClassName
{
border-color: #73CC59;
}
.TagClassName
{
border-color: #73CC59;
}
</style>