Shades of Fruit Salad #49C753
Tints of Fruit Salad #49C753
RGB
CMYK
RGB Variations
Color information
#49C753 (or 0x49C753) is known color: Fruit Salad. HEX triplet: 49, C7 and 53. RGB value is (73,199,83). Sum of RGB (Red+Green+Blue) = 73+199+83=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #49C753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C753 is #B638AC. Grayscale: #949494. Windows color (decimal): -11942061 or 5490505. OLE color: 5490505.
HSL color Cylindrical-coordinate representation of color #49C753: hue angle of 124.76º degrees, saturation: 0.53, 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 #49C753 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 83 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.22 |
| HSL | 124.76º | 0.53% | 0.53% | - |
| HSV(B) | 124.76º | 0.63% | 0.78% | - |
| XYZ | 24.73 | 42.89 | 15.16 | - |
| YUV | 148.1 | 91.26 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 83 | 0.63 | 0 | 0.58 | 0.22 | 124.76 | 0.53 | 0.53 |
| Hex | 49 | C7 | 53 | 3F | 0 | 3A | 16 | 7D | 35 | 35 |
| Octal | 111 | 307 | 123 | 77 | 0 | 72 | 26 | 175 | 65 | 65 |
| Binary | 1001001 | 11000111 | 1010011 | 111111 | 0 | 111010 | 10110 | 1111101 | 110101 | 110101 |
Color Harmonies of #49C753
Complementary color
Monochromatic Colors of #49C753
Black with #49C753
Text Example
Text Example
White with #49C753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C753; }
p { color: rgb(73,199,83); }
H1.HeaderClassName
{
color: #49C753;
}
.AnyTagClassName
{
color: #49C753;
}
</style>
background-color css
<style>
a { background-color: #49C753; }
a { background-color: rgb(73,199,83); }
div.DivClassName
{
background-color: #49C753;
}
.BgClassName
{
background-color: #49C753;
}
</style>
border-color css
<style>
span { border-color: #49C753; }
span { border-color: rgb(73,199,83); }
td.TdClassName
{
border-color: #49C753;
}
.TagClassName
{
border-color: #49C753;
}
</style>