Shades of Mantis #73E34C
Tints of Mantis #73E34C
RGB
CMYK
RGB Variations
Color information
#73E34C (or 0x73E34C) is known color: Mantis. HEX triplet: 73, E3 and 4C. RGB value is (115,227,76). Sum of RGB (Red+Green+Blue) = 115+227+76=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #73E34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E34C is #8C1CB3. Grayscale: #B0B0B0. Windows color (decimal): -9182388 or 5038963. OLE color: 5038963.
HSL color Cylindrical-coordinate representation of color #73E34C: hue angle of 104.5º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73E34C is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 227 | 76 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.11 |
| HSL | 104.5º | 0.73% | 0.59% | - |
| HSV(B) | 104.5º | 0.67% | 0.89% | - |
| XYZ | 35.84 | 59.1 | 16.36 | - |
| YUV | 176.3 | 71.39 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 227 | 76 | 0.49 | 0 | 0.67 | 0.11 | 104.5 | 0.73 | 0.59 |
| Hex | 73 | E3 | 4C | 31 | 0 | 43 | B | 69 | 49 | 3B |
| Octal | 163 | 343 | 114 | 61 | 0 | 103 | 13 | 151 | 111 | 73 |
| Binary | 1110011 | 11100011 | 1001100 | 110001 | 0 | 1000011 | 1011 | 1101001 | 1001001 | 111011 |
Color Harmonies of #73E34C
Complementary color
Monochromatic Colors of #73E34C
Black with #73E34C
Text Example
Text Example
White with #73E34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E34C; }
p { color: rgb(115,227,76); }
H1.HeaderClassName
{
color: #73E34C;
}
.AnyTagClassName
{
color: #73E34C;
}
</style>
background-color css
<style>
a { background-color: #73E34C; }
a { background-color: rgb(115,227,76); }
div.DivClassName
{
background-color: #73E34C;
}
.BgClassName
{
background-color: #73E34C;
}
</style>
border-color css
<style>
span { border-color: #73E34C; }
span { border-color: rgb(115,227,76); }
td.TdClassName
{
border-color: #73E34C;
}
.TagClassName
{
border-color: #73E34C;
}
</style>