Shades of Fruit Salad #49C54F
Tints of Fruit Salad #49C54F
RGB
CMYK
RGB Variations
Color information
#49C54F (or 0x49C54F) is known color: Fruit Salad. HEX triplet: 49, C5 and 4F. RGB value is (73,197,79). Sum of RGB (Red+Green+Blue) = 73+197+79=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #49C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C54F is #B63AB0. Grayscale: #929292. Windows color (decimal): -11942577 or 5227849. OLE color: 5227849.
HSL color Cylindrical-coordinate representation of color #49C54F: hue angle of 122.9º degrees, saturation: 0.52, 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 #49C54F is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 79 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.23 |
| HSL | 122.9º | 0.52% | 0.53% | - |
| HSV(B) | 122.9º | 0.63% | 0.77% | - |
| XYZ | 24.13 | 41.91 | 14.22 | - |
| YUV | 146.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 79 | 0.63 | 0 | 0.60 | 0.23 | 122.9 | 0.52 | 0.53 |
| Hex | 49 | C5 | 4F | 3F | 0 | 3C | 17 | 7B | 34 | 35 |
| Octal | 111 | 305 | 117 | 77 | 0 | 74 | 27 | 173 | 64 | 65 |
| Binary | 1001001 | 11000101 | 1001111 | 111111 | 0 | 111100 | 10111 | 1111011 | 110100 | 110101 |
Color Harmonies of #49C54F
Complementary color
Monochromatic Colors of #49C54F
Black with #49C54F
Text Example
Text Example
White with #49C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C54F; }
p { color: rgb(73,197,79); }
H1.HeaderClassName
{
color: #49C54F;
}
.AnyTagClassName
{
color: #49C54F;
}
</style>
background-color css
<style>
a { background-color: #49C54F; }
a { background-color: rgb(73,197,79); }
div.DivClassName
{
background-color: #49C54F;
}
.BgClassName
{
background-color: #49C54F;
}
</style>
border-color css
<style>
span { border-color: #49C54F; }
span { border-color: rgb(73,197,79); }
td.TdClassName
{
border-color: #49C54F;
}
.TagClassName
{
border-color: #49C54F;
}
</style>