Shades of Fruit Salad #49C353
Tints of Fruit Salad #49C353
RGB
CMYK
RGB Variations
Color information
#49C353 (or 0x49C353) is known color: Fruit Salad. HEX triplet: 49, C3 and 53. RGB value is (73,195,83). Sum of RGB (Red+Green+Blue) = 73+195+83=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #49C353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C353 is #B63CAC. Grayscale: #929292. Windows color (decimal): -11943085 or 5489481. OLE color: 5489481.
HSL color Cylindrical-coordinate representation of color #49C353: hue angle of 124.92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C353 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 83 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.24 |
| HSL | 124.92º | 0.5% | 0.53% | - |
| HSV(B) | 124.92º | 0.63% | 0.76% | - |
| XYZ | 23.82 | 41.07 | 14.86 | - |
| YUV | 145.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 83 | 0.63 | 0 | 0.57 | 0.24 | 124.92 | 0.5 | 0.53 |
| Hex | 49 | C3 | 53 | 3F | 0 | 39 | 18 | 7D | 32 | 35 |
| Octal | 111 | 303 | 123 | 77 | 0 | 71 | 30 | 175 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1010011 | 111111 | 0 | 111001 | 11000 | 1111101 | 110010 | 110101 |
Color Harmonies of #49C353
Complementary color
Monochromatic Colors of #49C353
Black with #49C353
Text Example
Text Example
White with #49C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C353; }
p { color: rgb(73,195,83); }
H1.HeaderClassName
{
color: #49C353;
}
.AnyTagClassName
{
color: #49C353;
}
</style>
background-color css
<style>
a { background-color: #49C353; }
a { background-color: rgb(73,195,83); }
div.DivClassName
{
background-color: #49C353;
}
.BgClassName
{
background-color: #49C353;
}
</style>
border-color css
<style>
span { border-color: #49C353; }
span { border-color: rgb(73,195,83); }
td.TdClassName
{
border-color: #49C353;
}
.TagClassName
{
border-color: #49C353;
}
</style>