Shades of Fruit Salad #49C054
Tints of Fruit Salad #49C054
RGB
CMYK
RGB Variations
Color information
#49C054 (or 0x49C054) is known color: Fruit Salad. HEX triplet: 49, C0 and 54. RGB value is (73,192,84). Sum of RGB (Red+Green+Blue) = 73+192+84=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #49C054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C054 is #B63FAB. Grayscale: #909090. Windows color (decimal): -11943852 or 5554249. OLE color: 5554249.
HSL color Cylindrical-coordinate representation of color #49C054: hue angle of 125.55º 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 #49C054 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 84 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.25 |
| HSL | 125.55º | 0.49% | 0.52% | - |
| HSV(B) | 125.55º | 0.62% | 0.75% | - |
| XYZ | 23.2 | 39.76 | 14.84 | - |
| YUV | 144.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 84 | 0.62 | 0 | 0.56 | 0.25 | 125.55 | 0.49 | 0.52 |
| Hex | 49 | C0 | 54 | 3E | 0 | 38 | 19 | 7E | 31 | 34 |
| Octal | 111 | 300 | 124 | 76 | 0 | 70 | 31 | 176 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1010100 | 111110 | 0 | 111000 | 11001 | 1111110 | 110001 | 110100 |
Color Harmonies of #49C054
Complementary color
Monochromatic Colors of #49C054
Black with #49C054
Text Example
Text Example
White with #49C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C054; }
p { color: rgb(73,192,84); }
H1.HeaderClassName
{
color: #49C054;
}
.AnyTagClassName
{
color: #49C054;
}
</style>
background-color css
<style>
a { background-color: #49C054; }
a { background-color: rgb(73,192,84); }
div.DivClassName
{
background-color: #49C054;
}
.BgClassName
{
background-color: #49C054;
}
</style>
border-color css
<style>
span { border-color: #49C054; }
span { border-color: rgb(73,192,84); }
td.TdClassName
{
border-color: #49C054;
}
.TagClassName
{
border-color: #49C054;
}
</style>