Shades of Mantis #73E245
Tints of Mantis #73E245
RGB
CMYK
RGB Variations
Color information
#73E245 (or 0x73E245) is known color: Mantis. HEX triplet: 73, E2 and 45. RGB value is (115,226,69). Sum of RGB (Red+Green+Blue) = 115+226+69=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #73E245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E245 is #8C1DBA. Grayscale: #AFAFAF. Windows color (decimal): -9182651 or 4579955. OLE color: 4579955.
HSL color Cylindrical-coordinate representation of color #73E245: hue angle of 102.42º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73E245 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 69 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.11 |
| HSL | 102.42º | 0.73% | 0.58% | - |
| HSV(B) | 102.42º | 0.69% | 0.89% | - |
| XYZ | 35.34 | 58.47 | 15.05 | - |
| YUV | 174.91 | 68.23 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 69 | 0.49 | 0 | 0.69 | 0.11 | 102.42 | 0.73 | 0.58 |
| Hex | 73 | E2 | 45 | 31 | 0 | 45 | B | 66 | 49 | 3A |
| Octal | 163 | 342 | 105 | 61 | 0 | 105 | 13 | 146 | 111 | 72 |
| Binary | 1110011 | 11100010 | 1000101 | 110001 | 0 | 1000101 | 1011 | 1100110 | 1001001 | 111010 |
Color Harmonies of #73E245
Complementary color
Monochromatic Colors of #73E245
Black with #73E245
Text Example
Text Example
White with #73E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E245; }
p { color: rgb(115,226,69); }
H1.HeaderClassName
{
color: #73E245;
}
.AnyTagClassName
{
color: #73E245;
}
</style>
background-color css
<style>
a { background-color: #73E245; }
a { background-color: rgb(115,226,69); }
div.DivClassName
{
background-color: #73E245;
}
.BgClassName
{
background-color: #73E245;
}
</style>
border-color css
<style>
span { border-color: #73E245; }
span { border-color: rgb(115,226,69); }
td.TdClassName
{
border-color: #73E245;
}
.TagClassName
{
border-color: #73E245;
}
</style>