Shades of Fruit Salad #49B85E
Tints of Fruit Salad #49B85E
RGB
CMYK
RGB Variations
Color information
#49B85E (or 0x49B85E) is known color: Fruit Salad. HEX triplet: 49, B8 and 5E. RGB value is (73,184,94). Sum of RGB (Red+Green+Blue) = 73+184+94=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #49B85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B85E is #B647A1. Grayscale: #8C8C8C. Windows color (decimal): -11945890 or 6207561. OLE color: 6207561.
HSL color Cylindrical-coordinate representation of color #49B85E: hue angle of 131.35º 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 #49B85E is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 184 | 94 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.28 |
| HSL | 131.35º | 0.44% | 0.5% | - |
| HSV(B) | 131.35º | 0.6% | 0.72% | - |
| XYZ | 21.91 | 36.51 | 16.48 | - |
| YUV | 140.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 184 | 94 | 0.60 | 0 | 0.49 | 0.28 | 131.35 | 0.44 | 0.5 |
| Hex | 49 | B8 | 5E | 3C | 0 | 31 | 1C | 83 | 2C | 32 |
| Octal | 111 | 270 | 136 | 74 | 0 | 61 | 34 | 203 | 54 | 62 |
| Binary | 1001001 | 10111000 | 1011110 | 111100 | 0 | 110001 | 11100 | 10000011 | 101100 | 110010 |
Color Harmonies of #49B85E
Complementary color
Monochromatic Colors of #49B85E
Black with #49B85E
Text Example
Text Example
White with #49B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B85E; }
p { color: rgb(73,184,94); }
H1.HeaderClassName
{
color: #49B85E;
}
.AnyTagClassName
{
color: #49B85E;
}
</style>
background-color css
<style>
a { background-color: #49B85E; }
a { background-color: rgb(73,184,94); }
div.DivClassName
{
background-color: #49B85E;
}
.BgClassName
{
background-color: #49B85E;
}
</style>
border-color css
<style>
span { border-color: #49B85E; }
span { border-color: rgb(73,184,94); }
td.TdClassName
{
border-color: #49B85E;
}
.TagClassName
{
border-color: #49B85E;
}
</style>