Shades of Fruit Salad #49BE49
Tints of Fruit Salad #49BE49
RGB
CMYK
RGB Variations
Color information
#49BE49 (or 0x49BE49) is known color: Fruit Salad. HEX triplet: 49, BE and 49. RGB value is (73,190,73). Sum of RGB (Red+Green+Blue) = 73+190+73=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE49 is #B641B6. Grayscale: #8E8E8E. Windows color (decimal): -11944375 or 4832841. OLE color: 4832841.
HSL color Cylindrical-coordinate representation of color #49BE49: hue angle of 120º degrees, saturation: 0.47, 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 #49BE49 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 73 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.25 |
| HSL | 120º | 0.47% | 0.52% | - |
| HSV(B) | 120º | 0.62% | 0.75% | - |
| XYZ | 22.36 | 38.72 | 12.6 | - |
| YUV | 141.68 | 89.24 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 73 | 0.62 | 0 | 0.62 | 0.25 | 120 | 0.47 | 0.52 |
| Hex | 49 | BE | 49 | 3E | 0 | 3E | 19 | 78 | 2F | 34 |
| Octal | 111 | 276 | 111 | 76 | 0 | 76 | 31 | 170 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1001001 | 111110 | 0 | 111110 | 11001 | 1111000 | 101111 | 110100 |
Color Harmonies of #49BE49
Complementary color
Monochromatic Colors of #49BE49
Black with #49BE49
Text Example
Text Example
White with #49BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE49; }
p { color: rgb(73,190,73); }
H1.HeaderClassName
{
color: #49BE49;
}
.AnyTagClassName
{
color: #49BE49;
}
</style>
background-color css
<style>
a { background-color: #49BE49; }
a { background-color: rgb(73,190,73); }
div.DivClassName
{
background-color: #49BE49;
}
.BgClassName
{
background-color: #49BE49;
}
</style>
border-color css
<style>
span { border-color: #49BE49; }
span { border-color: rgb(73,190,73); }
td.TdClassName
{
border-color: #49BE49;
}
.TagClassName
{
border-color: #49BE49;
}
</style>