Shades of Mantis #73DC46
Tints of Mantis #73DC46
RGB
CMYK
RGB Variations
Color information
#73DC46 (or 0x73DC46) is known color: Mantis. HEX triplet: 73, DC and 46. RGB value is (115,220,70). Sum of RGB (Red+Green+Blue) = 115+220+70=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC46 is #8C23B9. Grayscale: #ABABAB. Windows color (decimal): -9184186 or 4643955. OLE color: 4643955.
HSL color Cylindrical-coordinate representation of color #73DC46: hue angle of 102º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73DC46 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 70 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.14 |
| HSL | 102º | 0.68% | 0.57% | - |
| HSV(B) | 102º | 0.68% | 0.86% | - |
| XYZ | 33.77 | 55.27 | 14.68 | - |
| YUV | 171.51 | 70.71 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 70 | 0.48 | 0 | 0.68 | 0.14 | 102 | 0.68 | 0.57 |
| Hex | 73 | DC | 46 | 30 | 0 | 44 | E | 66 | 44 | 39 |
| Octal | 163 | 334 | 106 | 60 | 0 | 104 | 16 | 146 | 104 | 71 |
| Binary | 1110011 | 11011100 | 1000110 | 110000 | 0 | 1000100 | 1110 | 1100110 | 1000100 | 111001 |
Color Harmonies of #73DC46
Complementary color
Monochromatic Colors of #73DC46
Black with #73DC46
Text Example
Text Example
White with #73DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC46; }
p { color: rgb(115,220,70); }
H1.HeaderClassName
{
color: #73DC46;
}
.AnyTagClassName
{
color: #73DC46;
}
</style>
background-color css
<style>
a { background-color: #73DC46; }
a { background-color: rgb(115,220,70); }
div.DivClassName
{
background-color: #73DC46;
}
.BgClassName
{
background-color: #73DC46;
}
</style>
border-color css
<style>
span { border-color: #73DC46; }
span { border-color: rgb(115,220,70); }
td.TdClassName
{
border-color: #73DC46;
}
.TagClassName
{
border-color: #73DC46;
}
</style>