Shades of Fruit Salad #49BE47
Tints of Fruit Salad #49BE47
RGB
CMYK
RGB Variations
Color information
#49BE47 (or 0x49BE47) is known color: Fruit Salad. HEX triplet: 49, BE and 47. RGB value is (73,190,71). Sum of RGB (Red+Green+Blue) = 73+190+71=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE47 is #B641B8. Grayscale: #8D8D8D. Windows color (decimal): -11944377 or 4701769. OLE color: 4701769.
HSL color Cylindrical-coordinate representation of color #49BE47: hue angle of 118.99º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BE47 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 71 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.25 |
| HSL | 118.99º | 0.48% | 0.51% | - |
| HSV(B) | 118.99º | 0.63% | 0.75% | - |
| XYZ | 22.3 | 38.7 | 12.26 | - |
| YUV | 141.45 | 88.24 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 71 | 0.62 | 0 | 0.63 | 0.25 | 118.99 | 0.48 | 0.51 |
| Hex | 49 | BE | 47 | 3E | 0 | 3F | 19 | 77 | 30 | 33 |
| Octal | 111 | 276 | 107 | 76 | 0 | 77 | 31 | 167 | 60 | 63 |
| Binary | 1001001 | 10111110 | 1000111 | 111110 | 0 | 111111 | 11001 | 1110111 | 110000 | 110011 |
Color Harmonies of #49BE47
Complementary color
Monochromatic Colors of #49BE47
Black with #49BE47
Text Example
Text Example
White with #49BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE47; }
p { color: rgb(73,190,71); }
H1.HeaderClassName
{
color: #49BE47;
}
.AnyTagClassName
{
color: #49BE47;
}
</style>
background-color css
<style>
a { background-color: #49BE47; }
a { background-color: rgb(73,190,71); }
div.DivClassName
{
background-color: #49BE47;
}
.BgClassName
{
background-color: #49BE47;
}
</style>
border-color css
<style>
span { border-color: #49BE47; }
span { border-color: rgb(73,190,71); }
td.TdClassName
{
border-color: #49BE47;
}
.TagClassName
{
border-color: #49BE47;
}
</style>