Shades of Fruit Salad #49C055
Tints of Fruit Salad #49C055
RGB
CMYK
RGB Variations
Color information
#49C055 (or 0x49C055) is known color: Fruit Salad. HEX triplet: 49, C0 and 55. RGB value is (73,192,85). Sum of RGB (Red+Green+Blue) = 73+192+85=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #49C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C055 is #B63FAA. Grayscale: #909090. Windows color (decimal): -11943851 or 5619785. OLE color: 5619785.
HSL color Cylindrical-coordinate representation of color #49C055: hue angle of 126.05º 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 #49C055 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 85 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.25 |
| HSL | 126.05º | 0.49% | 0.52% | - |
| HSV(B) | 126.05º | 0.62% | 0.75% | - |
| XYZ | 23.24 | 39.77 | 15.05 | - |
| YUV | 144.22 | 94.58 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 85 | 0.62 | 0 | 0.56 | 0.25 | 126.05 | 0.49 | 0.52 |
| Hex | 49 | C0 | 55 | 3E | 0 | 38 | 19 | 7E | 31 | 34 |
| Octal | 111 | 300 | 125 | 76 | 0 | 70 | 31 | 176 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1010101 | 111110 | 0 | 111000 | 11001 | 1111110 | 110001 | 110100 |
Color Harmonies of #49C055
Complementary color
Monochromatic Colors of #49C055
Black with #49C055
Text Example
Text Example
White with #49C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C055; }
p { color: rgb(73,192,85); }
H1.HeaderClassName
{
color: #49C055;
}
.AnyTagClassName
{
color: #49C055;
}
</style>
background-color css
<style>
a { background-color: #49C055; }
a { background-color: rgb(73,192,85); }
div.DivClassName
{
background-color: #49C055;
}
.BgClassName
{
background-color: #49C055;
}
</style>
border-color css
<style>
span { border-color: #49C055; }
span { border-color: rgb(73,192,85); }
td.TdClassName
{
border-color: #49C055;
}
.TagClassName
{
border-color: #49C055;
}
</style>