Shades of Fruit Salad #49C453
Tints of Fruit Salad #49C453
RGB
CMYK
RGB Variations
Color information
#49C453 (or 0x49C453) is known color: Fruit Salad. HEX triplet: 49, C4 and 53. RGB value is (73,196,83). Sum of RGB (Red+Green+Blue) = 73+196+83=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #49C453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C453 is #B63BAC. Grayscale: #929292. Windows color (decimal): -11942829 or 5489737. OLE color: 5489737.
HSL color Cylindrical-coordinate representation of color #49C453: hue angle of 124.88º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C453 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 83 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.23 |
| HSL | 124.88º | 0.51% | 0.53% | - |
| HSV(B) | 124.88º | 0.63% | 0.77% | - |
| XYZ | 24.05 | 41.52 | 14.93 | - |
| YUV | 146.34 | 92.25 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 83 | 0.63 | 0 | 0.58 | 0.23 | 124.88 | 0.51 | 0.53 |
| Hex | 49 | C4 | 53 | 3F | 0 | 3A | 17 | 7D | 33 | 35 |
| Octal | 111 | 304 | 123 | 77 | 0 | 72 | 27 | 175 | 63 | 65 |
| Binary | 1001001 | 11000100 | 1010011 | 111111 | 0 | 111010 | 10111 | 1111101 | 110011 | 110101 |
Color Harmonies of #49C453
Complementary color
Monochromatic Colors of #49C453
Black with #49C453
Text Example
Text Example
White with #49C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C453; }
p { color: rgb(73,196,83); }
H1.HeaderClassName
{
color: #49C453;
}
.AnyTagClassName
{
color: #49C453;
}
</style>
background-color css
<style>
a { background-color: #49C453; }
a { background-color: rgb(73,196,83); }
div.DivClassName
{
background-color: #49C453;
}
.BgClassName
{
background-color: #49C453;
}
</style>
border-color css
<style>
span { border-color: #49C453; }
span { border-color: rgb(73,196,83); }
td.TdClassName
{
border-color: #49C453;
}
.TagClassName
{
border-color: #49C453;
}
</style>