Shades of Fruit Salad #49BB4F
Tints of Fruit Salad #49BB4F
RGB
CMYK
RGB Variations
Color information
#49BB4F (or 0x49BB4F) is known color: Fruit Salad. HEX triplet: 49, BB and 4F. RGB value is (73,187,79). Sum of RGB (Red+Green+Blue) = 73+187+79=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB4F is #B644B0. Grayscale: #8C8C8C. Windows color (decimal): -11945137 or 5225289. OLE color: 5225289.
HSL color Cylindrical-coordinate representation of color #49BB4F: hue angle of 123.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BB4F is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 79 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.27 |
| HSL | 123.16º | 0.46% | 0.51% | - |
| HSV(B) | 123.16º | 0.61% | 0.73% | - |
| XYZ | 21.93 | 37.52 | 13.48 | - |
| YUV | 140.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 79 | 0.61 | 0 | 0.58 | 0.27 | 123.16 | 0.46 | 0.51 |
| Hex | 49 | BB | 4F | 3D | 0 | 3A | 1B | 7B | 2E | 33 |
| Octal | 111 | 273 | 117 | 75 | 0 | 72 | 33 | 173 | 56 | 63 |
| Binary | 1001001 | 10111011 | 1001111 | 111101 | 0 | 111010 | 11011 | 1111011 | 101110 | 110011 |
Color Harmonies of #49BB4F
Complementary color
Monochromatic Colors of #49BB4F
Black with #49BB4F
Text Example
Text Example
White with #49BB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB4F; }
p { color: rgb(73,187,79); }
H1.HeaderClassName
{
color: #49BB4F;
}
.AnyTagClassName
{
color: #49BB4F;
}
</style>
background-color css
<style>
a { background-color: #49BB4F; }
a { background-color: rgb(73,187,79); }
div.DivClassName
{
background-color: #49BB4F;
}
.BgClassName
{
background-color: #49BB4F;
}
</style>
border-color css
<style>
span { border-color: #49BB4F; }
span { border-color: rgb(73,187,79); }
td.TdClassName
{
border-color: #49BB4F;
}
.TagClassName
{
border-color: #49BB4F;
}
</style>