Shades of Fruit Salad #49BD58
Tints of Fruit Salad #49BD58
RGB
CMYK
RGB Variations
Color information
#49BD58 (or 0x49BD58) is known color: Fruit Salad. HEX triplet: 49, BD and 58. RGB value is (73,189,88). Sum of RGB (Red+Green+Blue) = 73+189+88=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD58 is #B642A7. Grayscale: #8F8F8F. Windows color (decimal): -11944616 or 5815625. OLE color: 5815625.
HSL color Cylindrical-coordinate representation of color #49BD58: hue angle of 127.76º degrees, saturation: 0.47, 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 #49BD58 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 88 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.26 |
| HSL | 127.76º | 0.47% | 0.51% | - |
| HSV(B) | 127.76º | 0.61% | 0.74% | - |
| XYZ | 22.71 | 38.52 | 15.47 | - |
| YUV | 142.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 88 | 0.61 | 0 | 0.53 | 0.26 | 127.76 | 0.47 | 0.51 |
| Hex | 49 | BD | 58 | 3D | 0 | 35 | 1A | 80 | 2F | 33 |
| Octal | 111 | 275 | 130 | 75 | 0 | 65 | 32 | 200 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1011000 | 111101 | 0 | 110101 | 11010 | 10000000 | 101111 | 110011 |
Color Harmonies of #49BD58
Complementary color
Monochromatic Colors of #49BD58
Black with #49BD58
Text Example
Text Example
White with #49BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD58; }
p { color: rgb(73,189,88); }
H1.HeaderClassName
{
color: #49BD58;
}
.AnyTagClassName
{
color: #49BD58;
}
</style>
background-color css
<style>
a { background-color: #49BD58; }
a { background-color: rgb(73,189,88); }
div.DivClassName
{
background-color: #49BD58;
}
.BgClassName
{
background-color: #49BD58;
}
</style>
border-color css
<style>
span { border-color: #49BD58; }
span { border-color: rgb(73,189,88); }
td.TdClassName
{
border-color: #49BD58;
}
.TagClassName
{
border-color: #49BD58;
}
</style>