Shades of Fruit Salad #49C650
Tints of Fruit Salad #49C650
RGB
CMYK
RGB Variations
Color information
#49C650 (or 0x49C650) is known color: Fruit Salad. HEX triplet: 49, C6 and 50. RGB value is (73,198,80). Sum of RGB (Red+Green+Blue) = 73+198+80=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #49C650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C650 is #B639AF. Grayscale: #939393. Windows color (decimal): -11942320 or 5293641. OLE color: 5293641.
HSL color Cylindrical-coordinate representation of color #49C650: hue angle of 123.36º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C650 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 80 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.22 |
| HSL | 123.36º | 0.52% | 0.53% | - |
| HSV(B) | 123.36º | 0.63% | 0.78% | - |
| XYZ | 24.39 | 42.38 | 14.48 | - |
| YUV | 147.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 80 | 0.63 | 0 | 0.60 | 0.22 | 123.36 | 0.52 | 0.53 |
| Hex | 49 | C6 | 50 | 3F | 0 | 3C | 16 | 7B | 34 | 35 |
| Octal | 111 | 306 | 120 | 77 | 0 | 74 | 26 | 173 | 64 | 65 |
| Binary | 1001001 | 11000110 | 1010000 | 111111 | 0 | 111100 | 10110 | 1111011 | 110100 | 110101 |
Color Harmonies of #49C650
Complementary color
Monochromatic Colors of #49C650
Black with #49C650
Text Example
Text Example
White with #49C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C650; }
p { color: rgb(73,198,80); }
H1.HeaderClassName
{
color: #49C650;
}
.AnyTagClassName
{
color: #49C650;
}
</style>
background-color css
<style>
a { background-color: #49C650; }
a { background-color: rgb(73,198,80); }
div.DivClassName
{
background-color: #49C650;
}
.BgClassName
{
background-color: #49C650;
}
</style>
border-color css
<style>
span { border-color: #49C650; }
span { border-color: rgb(73,198,80); }
td.TdClassName
{
border-color: #49C650;
}
.TagClassName
{
border-color: #49C650;
}
</style>