Shades of Fruit Salad #49C24E
Tints of Fruit Salad #49C24E
RGB
CMYK
RGB Variations
Color information
#49C24E (or 0x49C24E) is known color: Fruit Salad. HEX triplet: 49, C2 and 4E. RGB value is (73,194,78). Sum of RGB (Red+Green+Blue) = 73+194+78=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #49C24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C24E is #B63DB1. Grayscale: #909090. Windows color (decimal): -11943346 or 5161545. OLE color: 5161545.
HSL color Cylindrical-coordinate representation of color #49C24E: hue angle of 122.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C24E is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 78 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.24 |
| HSL | 122.48º | 0.5% | 0.52% | - |
| HSV(B) | 122.48º | 0.62% | 0.76% | - |
| XYZ | 23.41 | 40.55 | 13.8 | - |
| YUV | 144.6 | 90.41 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 78 | 0.62 | 0 | 0.60 | 0.24 | 122.48 | 0.5 | 0.52 |
| Hex | 49 | C2 | 4E | 3E | 0 | 3C | 18 | 7A | 32 | 34 |
| Octal | 111 | 302 | 116 | 76 | 0 | 74 | 30 | 172 | 62 | 64 |
| Binary | 1001001 | 11000010 | 1001110 | 111110 | 0 | 111100 | 11000 | 1111010 | 110010 | 110100 |
Color Harmonies of #49C24E
Complementary color
Monochromatic Colors of #49C24E
Black with #49C24E
Text Example
Text Example
White with #49C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C24E; }
p { color: rgb(73,194,78); }
H1.HeaderClassName
{
color: #49C24E;
}
.AnyTagClassName
{
color: #49C24E;
}
</style>
background-color css
<style>
a { background-color: #49C24E; }
a { background-color: rgb(73,194,78); }
div.DivClassName
{
background-color: #49C24E;
}
.BgClassName
{
background-color: #49C24E;
}
</style>
border-color css
<style>
span { border-color: #49C24E; }
span { border-color: rgb(73,194,78); }
td.TdClassName
{
border-color: #49C24E;
}
.TagClassName
{
border-color: #49C24E;
}
</style>