Shades of Mantis #73DB46
Tints of Mantis #73DB46
RGB
CMYK
RGB Variations
Color information
#73DB46 (or 0x73DB46) is known color: Mantis. HEX triplet: 73, DB and 46. RGB value is (115,219,70). Sum of RGB (Red+Green+Blue) = 115+219+70=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DB46 is #8C24B9. Grayscale: #ABABAB. Windows color (decimal): -9184442 or 4643699. OLE color: 4643699.
HSL color Cylindrical-coordinate representation of color #73DB46: hue angle of 101.88º degrees, saturation: 0.67, 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 #73DB46 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 70 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.14 |
| HSL | 101.88º | 0.67% | 0.57% | - |
| HSV(B) | 101.88º | 0.68% | 0.86% | - |
| XYZ | 33.51 | 54.75 | 14.6 | - |
| YUV | 170.92 | 71.04 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 70 | 0.47 | 0 | 0.68 | 0.14 | 101.88 | 0.67 | 0.57 |
| Hex | 73 | DB | 46 | 2F | 0 | 44 | E | 66 | 43 | 39 |
| Octal | 163 | 333 | 106 | 57 | 0 | 104 | 16 | 146 | 103 | 71 |
| Binary | 1110011 | 11011011 | 1000110 | 101111 | 0 | 1000100 | 1110 | 1100110 | 1000011 | 111001 |
Color Harmonies of #73DB46
Complementary color
Monochromatic Colors of #73DB46
Black with #73DB46
Text Example
Text Example
White with #73DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB46; }
p { color: rgb(115,219,70); }
H1.HeaderClassName
{
color: #73DB46;
}
.AnyTagClassName
{
color: #73DB46;
}
</style>
background-color css
<style>
a { background-color: #73DB46; }
a { background-color: rgb(115,219,70); }
div.DivClassName
{
background-color: #73DB46;
}
.BgClassName
{
background-color: #73DB46;
}
</style>
border-color css
<style>
span { border-color: #73DB46; }
span { border-color: rgb(115,219,70); }
td.TdClassName
{
border-color: #73DB46;
}
.TagClassName
{
border-color: #73DB46;
}
</style>