Shades of Mantis #73E34E
Tints of Mantis #73E34E
RGB
CMYK
RGB Variations
Color information
#73E34E (or 0x73E34E) is known color: Mantis. HEX triplet: 73, E3 and 4E. RGB value is (115,227,78). Sum of RGB (Red+Green+Blue) = 115+227+78=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #73E34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E34E is #8C1CB1. Grayscale: #B1B1B1. Windows color (decimal): -9182386 or 5170035. OLE color: 5170035.
HSL color Cylindrical-coordinate representation of color #73E34E: hue angle of 105.1º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73E34E is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 78 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.11 |
| HSL | 105.1º | 0.73% | 0.6% | - |
| HSV(B) | 105.1º | 0.66% | 0.89% | - |
| XYZ | 35.91 | 59.13 | 16.73 | - |
| YUV | 176.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 78 | 0.49 | 0 | 0.66 | 0.11 | 105.1 | 0.73 | 0.6 |
| Hex | 73 | E3 | 4E | 31 | 0 | 42 | B | 69 | 49 | 3C |
| Octal | 163 | 343 | 116 | 61 | 0 | 102 | 13 | 151 | 111 | 74 |
| Binary | 1110011 | 11100011 | 1001110 | 110001 | 0 | 1000010 | 1011 | 1101001 | 1001001 | 111100 |
Color Harmonies of #73E34E
Complementary color
Monochromatic Colors of #73E34E
Black with #73E34E
Text Example
Text Example
White with #73E34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E34E; }
p { color: rgb(115,227,78); }
H1.HeaderClassName
{
color: #73E34E;
}
.AnyTagClassName
{
color: #73E34E;
}
</style>
background-color css
<style>
a { background-color: #73E34E; }
a { background-color: rgb(115,227,78); }
div.DivClassName
{
background-color: #73E34E;
}
.BgClassName
{
background-color: #73E34E;
}
</style>
border-color css
<style>
span { border-color: #73E34E; }
span { border-color: rgb(115,227,78); }
td.TdClassName
{
border-color: #73E34E;
}
.TagClassName
{
border-color: #73E34E;
}
</style>