Shades of Fruit Salad #49BC59
Tints of Fruit Salad #49BC59
RGB
CMYK
RGB Variations
Color information
#49BC59 (or 0x49BC59) is known color: Fruit Salad. HEX triplet: 49, BC and 59. RGB value is (73,188,89). Sum of RGB (Red+Green+Blue) = 73+188+89=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC59 is #B643A6. Grayscale: #8E8E8E. Windows color (decimal): -11944871 or 5880905. OLE color: 5880905.
HSL color Cylindrical-coordinate representation of color #49BC59: hue angle of 128.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC59 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 89 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.26 |
| HSL | 128.35º | 0.46% | 0.51% | - |
| HSV(B) | 128.35º | 0.61% | 0.74% | - |
| XYZ | 22.53 | 38.1 | 15.62 | - |
| YUV | 142.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 89 | 0.61 | 0 | 0.53 | 0.26 | 128.35 | 0.46 | 0.51 |
| Hex | 49 | BC | 59 | 3D | 0 | 35 | 1A | 80 | 2E | 33 |
| Octal | 111 | 274 | 131 | 75 | 0 | 65 | 32 | 200 | 56 | 63 |
| Binary | 1001001 | 10111100 | 1011001 | 111101 | 0 | 110101 | 11010 | 10000000 | 101110 | 110011 |
Color Harmonies of #49BC59
Complementary color
Monochromatic Colors of #49BC59
Black with #49BC59
Text Example
Text Example
White with #49BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC59; }
p { color: rgb(73,188,89); }
H1.HeaderClassName
{
color: #49BC59;
}
.AnyTagClassName
{
color: #49BC59;
}
</style>
background-color css
<style>
a { background-color: #49BC59; }
a { background-color: rgb(73,188,89); }
div.DivClassName
{
background-color: #49BC59;
}
.BgClassName
{
background-color: #49BC59;
}
</style>
border-color css
<style>
span { border-color: #49BC59; }
span { border-color: rgb(73,188,89); }
td.TdClassName
{
border-color: #49BC59;
}
.TagClassName
{
border-color: #49BC59;
}
</style>