Shades of Fruit Salad #49C851
Tints of Fruit Salad #49C851
RGB
CMYK
RGB Variations
Color information
#49C851 (or 0x49C851) is known color: Fruit Salad. HEX triplet: 49, C8 and 51. RGB value is (73,200,81). Sum of RGB (Red+Green+Blue) = 73+200+81=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #49C851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C851 is #B637AE. Grayscale: #949494. Windows color (decimal): -11941807 or 5359689. OLE color: 5359689.
HSL color Cylindrical-coordinate representation of color #49C851: hue angle of 123.78º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C851 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 81 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.22 |
| HSL | 123.78º | 0.54% | 0.54% | - |
| HSV(B) | 123.78º | 0.64% | 0.78% | - |
| XYZ | 24.89 | 43.32 | 14.83 | - |
| YUV | 148.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 81 | 0.64 | 0 | 0.59 | 0.22 | 123.78 | 0.54 | 0.54 |
| Hex | 49 | C8 | 51 | 40 | 0 | 3B | 16 | 7C | 36 | 36 |
| Octal | 111 | 310 | 121 | 100 | 0 | 73 | 26 | 174 | 66 | 66 |
| Binary | 1001001 | 11001000 | 1010001 | 1000000 | 0 | 111011 | 10110 | 1111100 | 110110 | 110110 |
Color Harmonies of #49C851
Complementary color
Monochromatic Colors of #49C851
Black with #49C851
Text Example
Text Example
White with #49C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C851; }
p { color: rgb(73,200,81); }
H1.HeaderClassName
{
color: #49C851;
}
.AnyTagClassName
{
color: #49C851;
}
</style>
background-color css
<style>
a { background-color: #49C851; }
a { background-color: rgb(73,200,81); }
div.DivClassName
{
background-color: #49C851;
}
.BgClassName
{
background-color: #49C851;
}
</style>
border-color css
<style>
span { border-color: #49C851; }
span { border-color: rgb(73,200,81); }
td.TdClassName
{
border-color: #49C851;
}
.TagClassName
{
border-color: #49C851;
}
</style>