Shades of Mantis #73E44C
Tints of Mantis #73E44C
RGB
CMYK
RGB Variations
Color information
#73E44C (or 0x73E44C) is known color: Mantis. HEX triplet: 73, E4 and 4C. RGB value is (115,228,76). Sum of RGB (Red+Green+Blue) = 115+228+76=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #73E44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E44C is #8C1BB3. Grayscale: #B1B1B1. Windows color (decimal): -9182132 or 5039219. OLE color: 5039219.
HSL color Cylindrical-coordinate representation of color #73E44C: hue angle of 104.61º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73E44C is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 228 | 76 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.11 |
| HSL | 104.61º | 0.74% | 0.6% | - |
| HSV(B) | 104.61º | 0.67% | 0.89% | - |
| XYZ | 36.12 | 59.65 | 16.45 | - |
| YUV | 176.89 | 71.06 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 228 | 76 | 0.50 | 0 | 0.67 | 0.11 | 104.61 | 0.74 | 0.6 |
| Hex | 73 | E4 | 4C | 32 | 0 | 43 | B | 69 | 4A | 3C |
| Octal | 163 | 344 | 114 | 62 | 0 | 103 | 13 | 151 | 112 | 74 |
| Binary | 1110011 | 11100100 | 1001100 | 110010 | 0 | 1000011 | 1011 | 1101001 | 1001010 | 111100 |
Color Harmonies of #73E44C
Complementary color
Monochromatic Colors of #73E44C
Black with #73E44C
Text Example
Text Example
White with #73E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E44C; }
p { color: rgb(115,228,76); }
H1.HeaderClassName
{
color: #73E44C;
}
.AnyTagClassName
{
color: #73E44C;
}
</style>
background-color css
<style>
a { background-color: #73E44C; }
a { background-color: rgb(115,228,76); }
div.DivClassName
{
background-color: #73E44C;
}
.BgClassName
{
background-color: #73E44C;
}
</style>
border-color css
<style>
span { border-color: #73E44C; }
span { border-color: rgb(115,228,76); }
td.TdClassName
{
border-color: #73E44C;
}
.TagClassName
{
border-color: #73E44C;
}
</style>