Shades of Mantis #73E13D
Tints of Mantis #73E13D
RGB
CMYK
RGB Variations
Color information
#73E13D (or 0x73E13D) is known color: Mantis. HEX triplet: 73, E1 and 3D. RGB value is (115,225,61). Sum of RGB (Red+Green+Blue) = 115+225+61=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #73E13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E13D is #8C1EC2. Grayscale: #ADADAD. Windows color (decimal): -9182915 or 4055411. OLE color: 4055411.
HSL color Cylindrical-coordinate representation of color #73E13D: hue angle of 100.24º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73E13D is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 61 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.12 |
| HSL | 100.24º | 0.73% | 0.56% | - |
| HSV(B) | 100.24º | 0.73% | 0.88% | - |
| XYZ | 34.84 | 57.83 | 13.74 | - |
| YUV | 173.41 | 64.56 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 61 | 0.49 | 0 | 0.73 | 0.12 | 100.24 | 0.73 | 0.56 |
| Hex | 73 | E1 | 3D | 31 | 0 | 49 | C | 64 | 49 | 38 |
| Octal | 163 | 341 | 75 | 61 | 0 | 111 | 14 | 144 | 111 | 70 |
| Binary | 1110011 | 11100001 | 111101 | 110001 | 0 | 1001001 | 1100 | 1100100 | 1001001 | 111000 |
Color Harmonies of #73E13D
Complementary color
Monochromatic Colors of #73E13D
Black with #73E13D
Text Example
Text Example
White with #73E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E13D; }
p { color: rgb(115,225,61); }
H1.HeaderClassName
{
color: #73E13D;
}
.AnyTagClassName
{
color: #73E13D;
}
</style>
background-color css
<style>
a { background-color: #73E13D; }
a { background-color: rgb(115,225,61); }
div.DivClassName
{
background-color: #73E13D;
}
.BgClassName
{
background-color: #73E13D;
}
</style>
border-color css
<style>
span { border-color: #73E13D; }
span { border-color: rgb(115,225,61); }
td.TdClassName
{
border-color: #73E13D;
}
.TagClassName
{
border-color: #73E13D;
}
</style>