Shades of Mantis #73E340
Tints of Mantis #73E340
RGB
CMYK
RGB Variations
Color information
#73E340 (or 0x73E340) is known color: Mantis. HEX triplet: 73, E3 and 40. RGB value is (115,227,64). Sum of RGB (Red+Green+Blue) = 115+227+64=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #73E340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E340 is #8C1CBF. Grayscale: #AFAFAF. Windows color (decimal): -9182400 or 4252531. OLE color: 4252531.
HSL color Cylindrical-coordinate representation of color #73E340: hue angle of 101.23º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73E340 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 64 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.11 |
| HSL | 101.23º | 0.74% | 0.57% | - |
| HSV(B) | 101.23º | 0.72% | 0.89% | - |
| XYZ | 35.46 | 58.95 | 14.36 | - |
| YUV | 174.93 | 65.39 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 64 | 0.49 | 0 | 0.72 | 0.11 | 101.23 | 0.74 | 0.57 |
| Hex | 73 | E3 | 40 | 31 | 0 | 48 | B | 65 | 4A | 39 |
| Octal | 163 | 343 | 100 | 61 | 0 | 110 | 13 | 145 | 112 | 71 |
| Binary | 1110011 | 11100011 | 1000000 | 110001 | 0 | 1001000 | 1011 | 1100101 | 1001010 | 111001 |
Color Harmonies of #73E340
Complementary color
Monochromatic Colors of #73E340
Black with #73E340
Text Example
Text Example
White with #73E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E340; }
p { color: rgb(115,227,64); }
H1.HeaderClassName
{
color: #73E340;
}
.AnyTagClassName
{
color: #73E340;
}
</style>
background-color css
<style>
a { background-color: #73E340; }
a { background-color: rgb(115,227,64); }
div.DivClassName
{
background-color: #73E340;
}
.BgClassName
{
background-color: #73E340;
}
</style>
border-color css
<style>
span { border-color: #73E340; }
span { border-color: rgb(115,227,64); }
td.TdClassName
{
border-color: #73E340;
}
.TagClassName
{
border-color: #73E340;
}
</style>