Shades of Mantis #73E841
Tints of Mantis #73E841
RGB
CMYK
RGB Variations
Color information
#73E841 (or 0x73E841) is known color: Mantis. HEX triplet: 73, E8 and 41. RGB value is (115,232,65). Sum of RGB (Red+Green+Blue) = 115+232+65=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 232 (91.02% from 255 or 56.31% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 232 - color contains mainly: green. Hex color #73E841 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73E841 is #8C17BE. Grayscale: #B2B2B2. Windows color (decimal): -9181119 or 4319347. OLE color: 4319347.
HSL color Cylindrical-coordinate representation of color #73E841: hue angle of 102.04º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73E841 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 232 | 65 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.09 |
| HSL | 102.04º | 0.78% | 0.58% | - |
| HSV(B) | 102.04º | 0.72% | 0.91% | - |
| XYZ | 36.88 | 61.74 | 14.97 | - |
| YUV | 177.98 | 64.24 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 232 | 65 | 0.50 | 0 | 0.72 | 0.09 | 102.04 | 0.78 | 0.58 |
| Hex | 73 | E8 | 41 | 32 | 0 | 48 | 9 | 66 | 4E | 3A |
| Octal | 163 | 350 | 101 | 62 | 0 | 110 | 11 | 146 | 116 | 72 |
| Binary | 1110011 | 11101000 | 1000001 | 110010 | 0 | 1001000 | 1001 | 1100110 | 1001110 | 111010 |
Color Harmonies of #73E841
Complementary color
Monochromatic Colors of #73E841
Black with #73E841
Text Example
Text Example
White with #73E841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E841; }
p { color: rgb(115,232,65); }
H1.HeaderClassName
{
color: #73E841;
}
.AnyTagClassName
{
color: #73E841;
}
</style>
background-color css
<style>
a { background-color: #73E841; }
a { background-color: rgb(115,232,65); }
div.DivClassName
{
background-color: #73E841;
}
.BgClassName
{
background-color: #73E841;
}
</style>
border-color css
<style>
span { border-color: #73E841; }
span { border-color: rgb(115,232,65); }
td.TdClassName
{
border-color: #73E841;
}
.TagClassName
{
border-color: #73E841;
}
</style>