Shades of Fruit Salad #49C050
Tints of Fruit Salad #49C050
RGB
CMYK
RGB Variations
Color information
#49C050 (or 0x49C050) is known color: Fruit Salad. HEX triplet: 49, C0 and 50. RGB value is (73,192,80). Sum of RGB (Red+Green+Blue) = 73+192+80=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #49C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C050 is #B63FAF. Grayscale: #8F8F8F. Windows color (decimal): -11943856 or 5292105. OLE color: 5292105.
HSL color Cylindrical-coordinate representation of color #49C050: hue angle of 123.53º 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 #49C050 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 80 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.25 |
| HSL | 123.53º | 0.49% | 0.52% | - |
| HSV(B) | 123.53º | 0.62% | 0.75% | - |
| XYZ | 23.05 | 39.69 | 14.04 | - |
| YUV | 143.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 80 | 0.62 | 0 | 0.58 | 0.25 | 123.53 | 0.49 | 0.52 |
| Hex | 49 | C0 | 50 | 3E | 0 | 3A | 19 | 7C | 31 | 34 |
| Octal | 111 | 300 | 120 | 76 | 0 | 72 | 31 | 174 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1010000 | 111110 | 0 | 111010 | 11001 | 1111100 | 110001 | 110100 |
Color Harmonies of #49C050
Complementary color
Monochromatic Colors of #49C050
Black with #49C050
Text Example
Text Example
White with #49C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C050; }
p { color: rgb(73,192,80); }
H1.HeaderClassName
{
color: #49C050;
}
.AnyTagClassName
{
color: #49C050;
}
</style>
background-color css
<style>
a { background-color: #49C050; }
a { background-color: rgb(73,192,80); }
div.DivClassName
{
background-color: #49C050;
}
.BgClassName
{
background-color: #49C050;
}
</style>
border-color css
<style>
span { border-color: #49C050; }
span { border-color: rgb(73,192,80); }
td.TdClassName
{
border-color: #49C050;
}
.TagClassName
{
border-color: #49C050;
}
</style>