Shades of Fruit Salad #49B840
Tints of Fruit Salad #49B840
RGB
CMYK
RGB Variations
Color information
#49B840 (or 0x49B840) is known color: Fruit Salad. HEX triplet: 49, B8 and 40. RGB value is (73,184,64). Sum of RGB (Red+Green+Blue) = 73+184+64=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #49B840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B840 is #B647BF. Grayscale: #898989. Windows color (decimal): -11945920 or 4241481. OLE color: 4241481.
HSL color Cylindrical-coordinate representation of color #49B840: hue angle of 115.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B840 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 184 | 64 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.28 |
| HSL | 115.5º | 0.48% | 0.49% | - |
| HSV(B) | 115.5º | 0.65% | 0.72% | - |
| XYZ | 20.81 | 36.07 | 10.72 | - |
| YUV | 137.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 184 | 64 | 0.60 | 0 | 0.65 | 0.28 | 115.5 | 0.48 | 0.49 |
| Hex | 49 | B8 | 40 | 3C | 0 | 41 | 1C | 74 | 30 | 31 |
| Octal | 111 | 270 | 100 | 74 | 0 | 101 | 34 | 164 | 60 | 61 |
| Binary | 1001001 | 10111000 | 1000000 | 111100 | 0 | 1000001 | 11100 | 1110100 | 110000 | 110001 |
Color Harmonies of #49B840
Complementary color
Monochromatic Colors of #49B840
Black with #49B840
Text Example
Text Example
White with #49B840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B840; }
p { color: rgb(73,184,64); }
H1.HeaderClassName
{
color: #49B840;
}
.AnyTagClassName
{
color: #49B840;
}
</style>
background-color css
<style>
a { background-color: #49B840; }
a { background-color: rgb(73,184,64); }
div.DivClassName
{
background-color: #49B840;
}
.BgClassName
{
background-color: #49B840;
}
</style>
border-color css
<style>
span { border-color: #49B840; }
span { border-color: rgb(73,184,64); }
td.TdClassName
{
border-color: #49B840;
}
.TagClassName
{
border-color: #49B840;
}
</style>