Shades of Fruit Salad #49C059
Tints of Fruit Salad #49C059
RGB
CMYK
RGB Variations
Color information
#49C059 (or 0x49C059) is known color: Fruit Salad. HEX triplet: 49, C0 and 59. RGB value is (73,192,89). Sum of RGB (Red+Green+Blue) = 73+192+89=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #49C059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C059 is #B63FA6. Grayscale: #909090. Windows color (decimal): -11943847 or 5881929. OLE color: 5881929.
HSL color Cylindrical-coordinate representation of color #49C059: hue angle of 128.07º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C059 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 89 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.25 |
| HSL | 128.07º | 0.49% | 0.52% | - |
| HSV(B) | 128.07º | 0.62% | 0.75% | - |
| XYZ | 23.4 | 39.84 | 15.91 | - |
| YUV | 144.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 89 | 0.62 | 0 | 0.54 | 0.25 | 128.07 | 0.49 | 0.52 |
| Hex | 49 | C0 | 59 | 3E | 0 | 36 | 19 | 80 | 31 | 34 |
| Octal | 111 | 300 | 131 | 76 | 0 | 66 | 31 | 200 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1011001 | 111110 | 0 | 110110 | 11001 | 10000000 | 110001 | 110100 |
Color Harmonies of #49C059
Complementary color
Monochromatic Colors of #49C059
Black with #49C059
Text Example
Text Example
White with #49C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C059; }
p { color: rgb(73,192,89); }
H1.HeaderClassName
{
color: #49C059;
}
.AnyTagClassName
{
color: #49C059;
}
</style>
background-color css
<style>
a { background-color: #49C059; }
a { background-color: rgb(73,192,89); }
div.DivClassName
{
background-color: #49C059;
}
.BgClassName
{
background-color: #49C059;
}
</style>
border-color css
<style>
span { border-color: #49C059; }
span { border-color: rgb(73,192,89); }
td.TdClassName
{
border-color: #49C059;
}
.TagClassName
{
border-color: #49C059;
}
</style>