Shades of Mantis #73E140
Tints of Mantis #73E140
RGB
CMYK
RGB Variations
Color information
#73E140 (or 0x73E140) is known color: Mantis. HEX triplet: 73, E1 and 40. RGB value is (115,225,64). Sum of RGB (Red+Green+Blue) = 115+225+64=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #73E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E140 is #8C1EBF. Grayscale: #AEAEAE. Windows color (decimal): -9182912 or 4252019. OLE color: 4252019.
HSL color Cylindrical-coordinate representation of color #73E140: hue angle of 100.99º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73E140 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 64 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.12 |
| HSL | 100.99º | 0.73% | 0.57% | - |
| HSV(B) | 100.99º | 0.72% | 0.88% | - |
| XYZ | 34.92 | 57.87 | 14.18 | - |
| YUV | 173.76 | 66.06 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 64 | 0.49 | 0 | 0.72 | 0.12 | 100.99 | 0.73 | 0.57 |
| Hex | 73 | E1 | 40 | 31 | 0 | 48 | C | 65 | 49 | 39 |
| Octal | 163 | 341 | 100 | 61 | 0 | 110 | 14 | 145 | 111 | 71 |
| Binary | 1110011 | 11100001 | 1000000 | 110001 | 0 | 1001000 | 1100 | 1100101 | 1001001 | 111001 |
Color Harmonies of #73E140
Complementary color
Monochromatic Colors of #73E140
Black with #73E140
Text Example
Text Example
White with #73E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E140; }
p { color: rgb(115,225,64); }
H1.HeaderClassName
{
color: #73E140;
}
.AnyTagClassName
{
color: #73E140;
}
</style>
background-color css
<style>
a { background-color: #73E140; }
a { background-color: rgb(115,225,64); }
div.DivClassName
{
background-color: #73E140;
}
.BgClassName
{
background-color: #73E140;
}
</style>
border-color css
<style>
span { border-color: #73E140; }
span { border-color: rgb(115,225,64); }
td.TdClassName
{
border-color: #73E140;
}
.TagClassName
{
border-color: #73E140;
}
</style>