Shades of Mantis #73E33E
Tints of Mantis #73E33E
RGB
CMYK
RGB Variations
Color information
#73E33E (or 0x73E33E) is known color: Mantis. HEX triplet: 73, E3 and 3E. RGB value is (115,227,62). Sum of RGB (Red+Green+Blue) = 115+227+62=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 227 (89.06% from 255 or 56.19% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 227 - color contains mainly: green. Hex color #73E33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E33E is #8C1CC1. Grayscale: #AFAFAF. Windows color (decimal): -9182402 or 4121459. OLE color: 4121459.
HSL color Cylindrical-coordinate representation of color #73E33E: hue angle of 100.73º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73E33E is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 62 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.11 |
| HSL | 100.73º | 0.75% | 0.57% | - |
| HSV(B) | 100.73º | 0.73% | 0.89% | - |
| XYZ | 35.41 | 58.93 | 14.07 | - |
| YUV | 174.7 | 64.39 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 62 | 0.49 | 0 | 0.73 | 0.11 | 100.73 | 0.75 | 0.57 |
| Hex | 73 | E3 | 3E | 31 | 0 | 49 | B | 65 | 4B | 39 |
| Octal | 163 | 343 | 76 | 61 | 0 | 111 | 13 | 145 | 113 | 71 |
| Binary | 1110011 | 11100011 | 111110 | 110001 | 0 | 1001001 | 1011 | 1100101 | 1001011 | 111001 |
Color Harmonies of #73E33E
Complementary color
Monochromatic Colors of #73E33E
Black with #73E33E
Text Example
Text Example
White with #73E33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E33E; }
p { color: rgb(115,227,62); }
H1.HeaderClassName
{
color: #73E33E;
}
.AnyTagClassName
{
color: #73E33E;
}
</style>
background-color css
<style>
a { background-color: #73E33E; }
a { background-color: rgb(115,227,62); }
div.DivClassName
{
background-color: #73E33E;
}
.BgClassName
{
background-color: #73E33E;
}
</style>
border-color css
<style>
span { border-color: #73E33E; }
span { border-color: rgb(115,227,62); }
td.TdClassName
{
border-color: #73E33E;
}
.TagClassName
{
border-color: #73E33E;
}
</style>