Shades of Fruit Salad #49C457
Tints of Fruit Salad #49C457
RGB
CMYK
RGB Variations
Color information
#49C457 (or 0x49C457) is known color: Fruit Salad. HEX triplet: 49, C4 and 57. RGB value is (73,196,87). Sum of RGB (Red+Green+Blue) = 73+196+87=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #49C457 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C457 is #B63BA8. Grayscale: #939393. Windows color (decimal): -11942825 or 5751881. OLE color: 5751881.
HSL color Cylindrical-coordinate representation of color #49C457: hue angle of 126.83º 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 #49C457 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 87 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.23 |
| HSL | 126.83º | 0.51% | 0.53% | - |
| HSV(B) | 126.83º | 0.63% | 0.77% | - |
| XYZ | 24.21 | 41.58 | 15.77 | - |
| YUV | 146.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 87 | 0.63 | 0 | 0.56 | 0.23 | 126.83 | 0.51 | 0.53 |
| Hex | 49 | C4 | 57 | 3F | 0 | 38 | 17 | 7F | 33 | 35 |
| Octal | 111 | 304 | 127 | 77 | 0 | 70 | 27 | 177 | 63 | 65 |
| Binary | 1001001 | 11000100 | 1010111 | 111111 | 0 | 111000 | 10111 | 1111111 | 110011 | 110101 |
Color Harmonies of #49C457
Complementary color
Monochromatic Colors of #49C457
Black with #49C457
Text Example
Text Example
White with #49C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C457; }
p { color: rgb(73,196,87); }
H1.HeaderClassName
{
color: #49C457;
}
.AnyTagClassName
{
color: #49C457;
}
</style>
background-color css
<style>
a { background-color: #49C457; }
a { background-color: rgb(73,196,87); }
div.DivClassName
{
background-color: #49C457;
}
.BgClassName
{
background-color: #49C457;
}
</style>
border-color css
<style>
span { border-color: #49C457; }
span { border-color: rgb(73,196,87); }
td.TdClassName
{
border-color: #49C457;
}
.TagClassName
{
border-color: #49C457;
}
</style>