Shades of Fruit Salad #49C459
Tints of Fruit Salad #49C459
RGB
CMYK
RGB Variations
Color information
#49C459 (or 0x49C459) is known color: Fruit Salad. HEX triplet: 49, C4 and 59. RGB value is (73,196,89). Sum of RGB (Red+Green+Blue) = 73+196+89=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #49C459 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C459 is #B63BA6. Grayscale: #939393. Windows color (decimal): -11942823 or 5882953. OLE color: 5882953.
HSL color Cylindrical-coordinate representation of color #49C459: hue angle of 127.8º 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 #49C459 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 89 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.23 |
| HSL | 127.8º | 0.51% | 0.53% | - |
| HSV(B) | 127.8º | 0.63% | 0.77% | - |
| XYZ | 24.29 | 41.62 | 16.2 | - |
| YUV | 147.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 89 | 0.63 | 0 | 0.55 | 0.23 | 127.8 | 0.51 | 0.53 |
| Hex | 49 | C4 | 59 | 3F | 0 | 37 | 17 | 80 | 33 | 35 |
| Octal | 111 | 304 | 131 | 77 | 0 | 67 | 27 | 200 | 63 | 65 |
| Binary | 1001001 | 11000100 | 1011001 | 111111 | 0 | 110111 | 10111 | 10000000 | 110011 | 110101 |
Color Harmonies of #49C459
Complementary color
Monochromatic Colors of #49C459
Black with #49C459
Text Example
Text Example
White with #49C459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C459; }
p { color: rgb(73,196,89); }
H1.HeaderClassName
{
color: #49C459;
}
.AnyTagClassName
{
color: #49C459;
}
</style>
background-color css
<style>
a { background-color: #49C459; }
a { background-color: rgb(73,196,89); }
div.DivClassName
{
background-color: #49C459;
}
.BgClassName
{
background-color: #49C459;
}
</style>
border-color css
<style>
span { border-color: #49C459; }
span { border-color: rgb(73,196,89); }
td.TdClassName
{
border-color: #49C459;
}
.TagClassName
{
border-color: #49C459;
}
</style>