Shades of Fruit Salad #49BB51
Tints of Fruit Salad #49BB51
RGB
CMYK
RGB Variations
Color information
#49BB51 (or 0x49BB51) is known color: Fruit Salad. HEX triplet: 49, BB and 51. RGB value is (73,187,81). Sum of RGB (Red+Green+Blue) = 73+187+81=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB51 is #B644AE. Grayscale: #8D8D8D. Windows color (decimal): -11945135 or 5356361. OLE color: 5356361.
HSL color Cylindrical-coordinate representation of color #49BB51: hue angle of 124.21º degrees, saturation: 0.46, 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 #49BB51 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 81 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.27 |
| HSL | 124.21º | 0.46% | 0.51% | - |
| HSV(B) | 124.21º | 0.61% | 0.73% | - |
| XYZ | 22 | 37.55 | 13.87 | - |
| YUV | 140.83 | 94.23 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 81 | 0.61 | 0 | 0.57 | 0.27 | 124.21 | 0.46 | 0.51 |
| Hex | 49 | BB | 51 | 3D | 0 | 39 | 1B | 7C | 2E | 33 |
| Octal | 111 | 273 | 121 | 75 | 0 | 71 | 33 | 174 | 56 | 63 |
| Binary | 1001001 | 10111011 | 1010001 | 111101 | 0 | 111001 | 11011 | 1111100 | 101110 | 110011 |
Color Harmonies of #49BB51
Complementary color
Monochromatic Colors of #49BB51
Black with #49BB51
Text Example
Text Example
White with #49BB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB51; }
p { color: rgb(73,187,81); }
H1.HeaderClassName
{
color: #49BB51;
}
.AnyTagClassName
{
color: #49BB51;
}
</style>
background-color css
<style>
a { background-color: #49BB51; }
a { background-color: rgb(73,187,81); }
div.DivClassName
{
background-color: #49BB51;
}
.BgClassName
{
background-color: #49BB51;
}
</style>
border-color css
<style>
span { border-color: #49BB51; }
span { border-color: rgb(73,187,81); }
td.TdClassName
{
border-color: #49BB51;
}
.TagClassName
{
border-color: #49BB51;
}
</style>