Shades of Fruit Salad #49BA4D
Tints of Fruit Salad #49BA4D
RGB
CMYK
RGB Variations
Color information
#49BA4D (or 0x49BA4D) is known color: Fruit Salad. HEX triplet: 49, BA and 4D. RGB value is (73,186,77). Sum of RGB (Red+Green+Blue) = 73+186+77=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BA4D is #B645B2. Grayscale: #8C8C8C. Windows color (decimal): -11945395 or 5093961. OLE color: 5093961.
HSL color Cylindrical-coordinate representation of color #49BA4D: hue angle of 122.12º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BA4D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 77 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.27 |
| HSL | 122.12º | 0.45% | 0.51% | - |
| HSV(B) | 122.12º | 0.61% | 0.73% | - |
| XYZ | 21.65 | 37.07 | 13.04 | - |
| YUV | 139.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 77 | 0.61 | 0 | 0.59 | 0.27 | 122.12 | 0.45 | 0.51 |
| Hex | 49 | BA | 4D | 3D | 0 | 3B | 1B | 7A | 2D | 33 |
| Octal | 111 | 272 | 115 | 75 | 0 | 73 | 33 | 172 | 55 | 63 |
| Binary | 1001001 | 10111010 | 1001101 | 111101 | 0 | 111011 | 11011 | 1111010 | 101101 | 110011 |
Color Harmonies of #49BA4D
Complementary color
Monochromatic Colors of #49BA4D
Black with #49BA4D
Text Example
Text Example
White with #49BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA4D; }
p { color: rgb(73,186,77); }
H1.HeaderClassName
{
color: #49BA4D;
}
.AnyTagClassName
{
color: #49BA4D;
}
</style>
background-color css
<style>
a { background-color: #49BA4D; }
a { background-color: rgb(73,186,77); }
div.DivClassName
{
background-color: #49BA4D;
}
.BgClassName
{
background-color: #49BA4D;
}
</style>
border-color css
<style>
span { border-color: #49BA4D; }
span { border-color: rgb(73,186,77); }
td.TdClassName
{
border-color: #49BA4D;
}
.TagClassName
{
border-color: #49BA4D;
}
</style>