Shades of Mantis #73CE46
Tints of Mantis #73CE46
RGB
CMYK
RGB Variations
Color information
#73CE46 (or 0x73CE46) is known color: Mantis. HEX triplet: 73, CE and 46. RGB value is (115,206,70). Sum of RGB (Red+Green+Blue) = 115+206+70=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CE46 is #8C31B9. Grayscale: #A3A3A3. Windows color (decimal): -9187770 or 4640371. OLE color: 4640371.
HSL color Cylindrical-coordinate representation of color #73CE46: hue angle of 100.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73CE46 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 70 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.19 |
| HSL | 100.15º | 0.58% | 0.54% | - |
| HSV(B) | 100.15º | 0.66% | 0.81% | - |
| XYZ | 30.25 | 48.23 | 13.51 | - |
| YUV | 163.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 70 | 0.44 | 0 | 0.66 | 0.19 | 100.15 | 0.58 | 0.54 |
| Hex | 73 | CE | 46 | 2C | 0 | 42 | 13 | 64 | 3A | 36 |
| Octal | 163 | 316 | 106 | 54 | 0 | 102 | 23 | 144 | 72 | 66 |
| Binary | 1110011 | 11001110 | 1000110 | 101100 | 0 | 1000010 | 10011 | 1100100 | 111010 | 110110 |
Color Harmonies of #73CE46
Complementary color
Monochromatic Colors of #73CE46
Black with #73CE46
Text Example
Text Example
White with #73CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE46; }
p { color: rgb(115,206,70); }
H1.HeaderClassName
{
color: #73CE46;
}
.AnyTagClassName
{
color: #73CE46;
}
</style>
background-color css
<style>
a { background-color: #73CE46; }
a { background-color: rgb(115,206,70); }
div.DivClassName
{
background-color: #73CE46;
}
.BgClassName
{
background-color: #73CE46;
}
</style>
border-color css
<style>
span { border-color: #73CE46; }
span { border-color: rgb(115,206,70); }
td.TdClassName
{
border-color: #73CE46;
}
.TagClassName
{
border-color: #73CE46;
}
</style>