Shades of Fruit Salad #49BC58
Tints of Fruit Salad #49BC58
RGB
CMYK
RGB Variations
Color information
#49BC58 (or 0x49BC58) is known color: Fruit Salad. HEX triplet: 49, BC and 58. RGB value is (73,188,88). Sum of RGB (Red+Green+Blue) = 73+188+88=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC58 is #B643A7. Grayscale: #8E8E8E. Windows color (decimal): -11944872 or 5815369. OLE color: 5815369.
HSL color Cylindrical-coordinate representation of color #49BC58: hue angle of 127.83º 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 #49BC58 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 88 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.26 |
| HSL | 127.83º | 0.46% | 0.51% | - |
| HSV(B) | 127.83º | 0.61% | 0.74% | - |
| XYZ | 22.49 | 38.09 | 15.4 | - |
| YUV | 142.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 88 | 0.61 | 0 | 0.53 | 0.26 | 127.83 | 0.46 | 0.51 |
| Hex | 49 | BC | 58 | 3D | 0 | 35 | 1A | 80 | 2E | 33 |
| Octal | 111 | 274 | 130 | 75 | 0 | 65 | 32 | 200 | 56 | 63 |
| Binary | 1001001 | 10111100 | 1011000 | 111101 | 0 | 110101 | 11010 | 10000000 | 101110 | 110011 |
Color Harmonies of #49BC58
Complementary color
Monochromatic Colors of #49BC58
Black with #49BC58
Text Example
Text Example
White with #49BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC58; }
p { color: rgb(73,188,88); }
H1.HeaderClassName
{
color: #49BC58;
}
.AnyTagClassName
{
color: #49BC58;
}
</style>
background-color css
<style>
a { background-color: #49BC58; }
a { background-color: rgb(73,188,88); }
div.DivClassName
{
background-color: #49BC58;
}
.BgClassName
{
background-color: #49BC58;
}
</style>
border-color css
<style>
span { border-color: #49BC58; }
span { border-color: rgb(73,188,88); }
td.TdClassName
{
border-color: #49BC58;
}
.TagClassName
{
border-color: #49BC58;
}
</style>