Shades of Mantis #73E343
Tints of Mantis #73E343
RGB
CMYK
RGB Variations
Color information
#73E343 (or 0x73E343) is known color: Mantis. HEX triplet: 73, E3 and 43. RGB value is (115,227,67). Sum of RGB (Red+Green+Blue) = 115+227+67=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #73E343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E343 is #8C1CBC. Grayscale: #AFAFAF. Windows color (decimal): -9182397 or 4449139. OLE color: 4449139.
HSL color Cylindrical-coordinate representation of color #73E343: hue angle of 102º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73E343 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 67 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.11 |
| HSL | 102º | 0.74% | 0.58% | - |
| HSV(B) | 102º | 0.7% | 0.89% | - |
| XYZ | 35.55 | 58.99 | 14.82 | - |
| YUV | 175.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 67 | 0.49 | 0 | 0.70 | 0.11 | 102 | 0.74 | 0.58 |
| Hex | 73 | E3 | 43 | 31 | 0 | 46 | B | 66 | 4A | 3A |
| Octal | 163 | 343 | 103 | 61 | 0 | 106 | 13 | 146 | 112 | 72 |
| Binary | 1110011 | 11100011 | 1000011 | 110001 | 0 | 1000110 | 1011 | 1100110 | 1001010 | 111010 |
Color Harmonies of #73E343
Complementary color
Monochromatic Colors of #73E343
Black with #73E343
Text Example
Text Example
White with #73E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E343; }
p { color: rgb(115,227,67); }
H1.HeaderClassName
{
color: #73E343;
}
.AnyTagClassName
{
color: #73E343;
}
</style>
background-color css
<style>
a { background-color: #73E343; }
a { background-color: rgb(115,227,67); }
div.DivClassName
{
background-color: #73E343;
}
.BgClassName
{
background-color: #73E343;
}
</style>
border-color css
<style>
span { border-color: #73E343; }
span { border-color: rgb(115,227,67); }
td.TdClassName
{
border-color: #73E343;
}
.TagClassName
{
border-color: #73E343;
}
</style>