Shades of Fruit Salad #49BC47
Tints of Fruit Salad #49BC47
RGB
CMYK
RGB Variations
Color information
#49BC47 (or 0x49BC47) is known color: Fruit Salad. HEX triplet: 49, BC and 47. RGB value is (73,188,71). Sum of RGB (Red+Green+Blue) = 73+188+71=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC47 is #B643B8. Grayscale: #8C8C8C. Windows color (decimal): -11944889 or 4701257. OLE color: 4701257.
HSL color Cylindrical-coordinate representation of color #49BC47: hue angle of 118.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BC47 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 71 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.26 |
| HSL | 118.97º | 0.47% | 0.51% | - |
| HSV(B) | 118.97º | 0.62% | 0.74% | - |
| XYZ | 21.87 | 37.84 | 12.11 | - |
| YUV | 140.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 71 | 0.61 | 0 | 0.62 | 0.26 | 118.97 | 0.47 | 0.51 |
| Hex | 49 | BC | 47 | 3D | 0 | 3E | 1A | 77 | 2F | 33 |
| Octal | 111 | 274 | 107 | 75 | 0 | 76 | 32 | 167 | 57 | 63 |
| Binary | 1001001 | 10111100 | 1000111 | 111101 | 0 | 111110 | 11010 | 1110111 | 101111 | 110011 |
Color Harmonies of #49BC47
Complementary color
Monochromatic Colors of #49BC47
Black with #49BC47
Text Example
Text Example
White with #49BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC47; }
p { color: rgb(73,188,71); }
H1.HeaderClassName
{
color: #49BC47;
}
.AnyTagClassName
{
color: #49BC47;
}
</style>
background-color css
<style>
a { background-color: #49BC47; }
a { background-color: rgb(73,188,71); }
div.DivClassName
{
background-color: #49BC47;
}
.BgClassName
{
background-color: #49BC47;
}
</style>
border-color css
<style>
span { border-color: #49BC47; }
span { border-color: rgb(73,188,71); }
td.TdClassName
{
border-color: #49BC47;
}
.TagClassName
{
border-color: #49BC47;
}
</style>