Shades of Fruit Salad #49B54E
Tints of Fruit Salad #49B54E
RGB
CMYK
RGB Variations
Color information
#49B54E (or 0x49B54E) is known color: Fruit Salad. HEX triplet: 49, B5 and 4E. RGB value is (73,181,78). Sum of RGB (Red+Green+Blue) = 73+181+78=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #49B54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B54E is #B64AB1. Grayscale: #898989. Windows color (decimal): -11946674 or 5158217. OLE color: 5158217.
HSL color Cylindrical-coordinate representation of color #49B54E: hue angle of 122.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B54E is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 78 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.29 |
| HSL | 122.78º | 0.43% | 0.5% | - |
| HSV(B) | 122.78º | 0.6% | 0.71% | - |
| XYZ | 20.65 | 35.01 | 12.88 | - |
| YUV | 136.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 78 | 0.60 | 0 | 0.57 | 0.29 | 122.78 | 0.43 | 0.5 |
| Hex | 49 | B5 | 4E | 3C | 0 | 39 | 1D | 7B | 2B | 32 |
| Octal | 111 | 265 | 116 | 74 | 0 | 71 | 35 | 173 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1001110 | 111100 | 0 | 111001 | 11101 | 1111011 | 101011 | 110010 |
Color Harmonies of #49B54E
Complementary color
Monochromatic Colors of #49B54E
Black with #49B54E
Text Example
Text Example
White with #49B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B54E; }
p { color: rgb(73,181,78); }
H1.HeaderClassName
{
color: #49B54E;
}
.AnyTagClassName
{
color: #49B54E;
}
</style>
background-color css
<style>
a { background-color: #49B54E; }
a { background-color: rgb(73,181,78); }
div.DivClassName
{
background-color: #49B54E;
}
.BgClassName
{
background-color: #49B54E;
}
</style>
border-color css
<style>
span { border-color: #49B54E; }
span { border-color: rgb(73,181,78); }
td.TdClassName
{
border-color: #49B54E;
}
.TagClassName
{
border-color: #49B54E;
}
</style>