Shades of Fruit Salad #49B559
Tints of Fruit Salad #49B559
RGB
CMYK
RGB Variations
Color information
#49B559 (or 0x49B559) is known color: Fruit Salad. HEX triplet: 49, B5 and 59. RGB value is (73,181,89). Sum of RGB (Red+Green+Blue) = 73+181+89=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #49B559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B559 is #B64AA6. Grayscale: #8A8A8A. Windows color (decimal): -11946663 or 5879113. OLE color: 5879113.
HSL color Cylindrical-coordinate representation of color #49B559: hue angle of 128.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B559 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 89 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.29 |
| HSL | 128.89º | 0.43% | 0.5% | - |
| HSV(B) | 128.89º | 0.6% | 0.71% | - |
| XYZ | 21.07 | 35.19 | 15.13 | - |
| YUV | 138.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 89 | 0.60 | 0 | 0.51 | 0.29 | 128.89 | 0.43 | 0.5 |
| Hex | 49 | B5 | 59 | 3C | 0 | 33 | 1D | 81 | 2B | 32 |
| Octal | 111 | 265 | 131 | 74 | 0 | 63 | 35 | 201 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1011001 | 111100 | 0 | 110011 | 11101 | 10000001 | 101011 | 110010 |
Color Harmonies of #49B559
Complementary color
Monochromatic Colors of #49B559
Black with #49B559
Text Example
Text Example
White with #49B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B559; }
p { color: rgb(73,181,89); }
H1.HeaderClassName
{
color: #49B559;
}
.AnyTagClassName
{
color: #49B559;
}
</style>
background-color css
<style>
a { background-color: #49B559; }
a { background-color: rgb(73,181,89); }
div.DivClassName
{
background-color: #49B559;
}
.BgClassName
{
background-color: #49B559;
}
</style>
border-color css
<style>
span { border-color: #49B559; }
span { border-color: rgb(73,181,89); }
td.TdClassName
{
border-color: #49B559;
}
.TagClassName
{
border-color: #49B559;
}
</style>