Shades of Mantis #73E450
Tints of Mantis #73E450
RGB
CMYK
RGB Variations
Color information
#73E450 (or 0x73E450) is known color: Mantis. HEX triplet: 73, E4 and 50. RGB value is (115,228,80). Sum of RGB (Red+Green+Blue) = 115+228+80=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #73E450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E450 is #8C1BAF. Grayscale: #B1B1B1. Windows color (decimal): -9182128 or 5301363. OLE color: 5301363.
HSL color Cylindrical-coordinate representation of color #73E450: hue angle of 105.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73E450 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 228 | 80 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.11 |
| HSL | 105.81º | 0.73% | 0.6% | - |
| HSV(B) | 105.81º | 0.65% | 0.89% | - |
| XYZ | 36.26 | 59.71 | 17.2 | - |
| YUV | 177.34 | 73.06 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 80 | 0.50 | 0 | 0.65 | 0.11 | 105.81 | 0.73 | 0.6 |
| Hex | 73 | E4 | 50 | 32 | 0 | 41 | B | 6A | 49 | 3C |
| Octal | 163 | 344 | 120 | 62 | 0 | 101 | 13 | 152 | 111 | 74 |
| Binary | 1110011 | 11100100 | 1010000 | 110010 | 0 | 1000001 | 1011 | 1101010 | 1001001 | 111100 |
Color Harmonies of #73E450
Complementary color
Monochromatic Colors of #73E450
Black with #73E450
Text Example
Text Example
White with #73E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E450; }
p { color: rgb(115,228,80); }
H1.HeaderClassName
{
color: #73E450;
}
.AnyTagClassName
{
color: #73E450;
}
</style>
background-color css
<style>
a { background-color: #73E450; }
a { background-color: rgb(115,228,80); }
div.DivClassName
{
background-color: #73E450;
}
.BgClassName
{
background-color: #73E450;
}
</style>
border-color css
<style>
span { border-color: #73E450; }
span { border-color: rgb(115,228,80); }
td.TdClassName
{
border-color: #73E450;
}
.TagClassName
{
border-color: #73E450;
}
</style>