Shades of Fruit Salad #49B84D
Tints of Fruit Salad #49B84D
RGB
CMYK
RGB Variations
Color information
#49B84D (or 0x49B84D) is known color: Fruit Salad. HEX triplet: 49, B8 and 4D. RGB value is (73,184,77). Sum of RGB (Red+Green+Blue) = 73+184+77=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #49B84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B84D is #B647B2. Grayscale: #8A8A8A. Windows color (decimal): -11945907 or 5093449. OLE color: 5093449.
HSL color Cylindrical-coordinate representation of color #49B84D: hue angle of 122.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B84D is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 184 | 77 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.28 |
| HSL | 122.16º | 0.44% | 0.5% | - |
| HSV(B) | 122.16º | 0.6% | 0.72% | - |
| XYZ | 21.23 | 36.23 | 12.9 | - |
| YUV | 138.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 184 | 77 | 0.60 | 0 | 0.58 | 0.28 | 122.16 | 0.44 | 0.5 |
| Hex | 49 | B8 | 4D | 3C | 0 | 3A | 1C | 7A | 2C | 32 |
| Octal | 111 | 270 | 115 | 74 | 0 | 72 | 34 | 172 | 54 | 62 |
| Binary | 1001001 | 10111000 | 1001101 | 111100 | 0 | 111010 | 11100 | 1111010 | 101100 | 110010 |
Color Harmonies of #49B84D
Complementary color
Monochromatic Colors of #49B84D
Black with #49B84D
Text Example
Text Example
White with #49B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B84D; }
p { color: rgb(73,184,77); }
H1.HeaderClassName
{
color: #49B84D;
}
.AnyTagClassName
{
color: #49B84D;
}
</style>
background-color css
<style>
a { background-color: #49B84D; }
a { background-color: rgb(73,184,77); }
div.DivClassName
{
background-color: #49B84D;
}
.BgClassName
{
background-color: #49B84D;
}
</style>
border-color css
<style>
span { border-color: #49B84D; }
span { border-color: rgb(73,184,77); }
td.TdClassName
{
border-color: #49B84D;
}
.TagClassName
{
border-color: #49B84D;
}
</style>