Shades of Fruit Salad #49BF51
Tints of Fruit Salad #49BF51
RGB
CMYK
RGB Variations
Color information
#49BF51 (or 0x49BF51) is known color: Fruit Salad. HEX triplet: 49, BF and 51. RGB value is (73,191,81). Sum of RGB (Red+Green+Blue) = 73+191+81=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF51 is #B640AE. Grayscale: #8F8F8F. Windows color (decimal): -11944111 or 5357385. OLE color: 5357385.
HSL color Cylindrical-coordinate representation of color #49BF51: hue angle of 124.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF51 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 81 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.25 |
| HSL | 124.07º | 0.48% | 0.52% | - |
| HSV(B) | 124.07º | 0.62% | 0.75% | - |
| XYZ | 22.86 | 39.27 | 14.16 | - |
| YUV | 143.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 81 | 0.62 | 0 | 0.58 | 0.25 | 124.07 | 0.48 | 0.52 |
| Hex | 49 | BF | 51 | 3E | 0 | 3A | 19 | 7C | 30 | 34 |
| Octal | 111 | 277 | 121 | 76 | 0 | 72 | 31 | 174 | 60 | 64 |
| Binary | 1001001 | 10111111 | 1010001 | 111110 | 0 | 111010 | 11001 | 1111100 | 110000 | 110100 |
Color Harmonies of #49BF51
Complementary color
Monochromatic Colors of #49BF51
Black with #49BF51
Text Example
Text Example
White with #49BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF51; }
p { color: rgb(73,191,81); }
H1.HeaderClassName
{
color: #49BF51;
}
.AnyTagClassName
{
color: #49BF51;
}
</style>
background-color css
<style>
a { background-color: #49BF51; }
a { background-color: rgb(73,191,81); }
div.DivClassName
{
background-color: #49BF51;
}
.BgClassName
{
background-color: #49BF51;
}
</style>
border-color css
<style>
span { border-color: #49BF51; }
span { border-color: rgb(73,191,81); }
td.TdClassName
{
border-color: #49BF51;
}
.TagClassName
{
border-color: #49BF51;
}
</style>