Shades of Fruit Salad #49BA46
Tints of Fruit Salad #49BA46
RGB
CMYK
RGB Variations
Color information
#49BA46 (or 0x49BA46) is known color: Fruit Salad. HEX triplet: 49, BA and 46. RGB value is (73,186,70). Sum of RGB (Red+Green+Blue) = 73+186+70=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA46 is #B645B9. Grayscale: #8B8B8B. Windows color (decimal): -11945402 or 4635209. OLE color: 4635209.
HSL color Cylindrical-coordinate representation of color #49BA46: hue angle of 118.45º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BA46 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 70 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.27 |
| HSL | 118.45º | 0.46% | 0.5% | - |
| HSV(B) | 118.45º | 0.62% | 0.73% | - |
| XYZ | 21.41 | 36.98 | 11.8 | - |
| YUV | 138.99 | 89.06 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 70 | 0.61 | 0 | 0.62 | 0.27 | 118.45 | 0.46 | 0.5 |
| Hex | 49 | BA | 46 | 3D | 0 | 3E | 1B | 76 | 2E | 32 |
| Octal | 111 | 272 | 106 | 75 | 0 | 76 | 33 | 166 | 56 | 62 |
| Binary | 1001001 | 10111010 | 1000110 | 111101 | 0 | 111110 | 11011 | 1110110 | 101110 | 110010 |
Color Harmonies of #49BA46
Complementary color
Monochromatic Colors of #49BA46
Black with #49BA46
Text Example
Text Example
White with #49BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA46; }
p { color: rgb(73,186,70); }
H1.HeaderClassName
{
color: #49BA46;
}
.AnyTagClassName
{
color: #49BA46;
}
</style>
background-color css
<style>
a { background-color: #49BA46; }
a { background-color: rgb(73,186,70); }
div.DivClassName
{
background-color: #49BA46;
}
.BgClassName
{
background-color: #49BA46;
}
</style>
border-color css
<style>
span { border-color: #49BA46; }
span { border-color: rgb(73,186,70); }
td.TdClassName
{
border-color: #49BA46;
}
.TagClassName
{
border-color: #49BA46;
}
</style>