Shades of Mantis #73DC59
Tints of Mantis #73DC59
RGB
CMYK
RGB Variations
Color information
#73DC59 (or 0x73DC59) is known color: Mantis. HEX triplet: 73, DC and 59. RGB value is (115,220,89). Sum of RGB (Red+Green+Blue) = 115+220+89=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC59 is #8C23A6. Grayscale: #AEAEAE. Windows color (decimal): -9184167 or 5889139. OLE color: 5889139.
HSL color Cylindrical-coordinate representation of color #73DC59: hue angle of 108.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73DC59 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 89 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.14 |
| HSL | 108.09º | 0.65% | 0.61% | - |
| HSV(B) | 108.09º | 0.6% | 0.86% | - |
| XYZ | 34.47 | 55.55 | 18.36 | - |
| YUV | 173.67 | 80.21 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 89 | 0.48 | 0 | 0.60 | 0.14 | 108.09 | 0.65 | 0.61 |
| Hex | 73 | DC | 59 | 30 | 0 | 3C | E | 6C | 41 | 3D |
| Octal | 163 | 334 | 131 | 60 | 0 | 74 | 16 | 154 | 101 | 75 |
| Binary | 1110011 | 11011100 | 1011001 | 110000 | 0 | 111100 | 1110 | 1101100 | 1000001 | 111101 |
Color Harmonies of #73DC59
Complementary color
Monochromatic Colors of #73DC59
Black with #73DC59
Text Example
Text Example
White with #73DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC59; }
p { color: rgb(115,220,89); }
H1.HeaderClassName
{
color: #73DC59;
}
.AnyTagClassName
{
color: #73DC59;
}
</style>
background-color css
<style>
a { background-color: #73DC59; }
a { background-color: rgb(115,220,89); }
div.DivClassName
{
background-color: #73DC59;
}
.BgClassName
{
background-color: #73DC59;
}
</style>
border-color css
<style>
span { border-color: #73DC59; }
span { border-color: rgb(115,220,89); }
td.TdClassName
{
border-color: #73DC59;
}
.TagClassName
{
border-color: #73DC59;
}
</style>