Shades of Fruit Salad #49BE5A
Tints of Fruit Salad #49BE5A
RGB
CMYK
RGB Variations
Color information
#49BE5A (or 0x49BE5A) is known color: Fruit Salad. HEX triplet: 49, BE and 5A. RGB value is (73,190,90). Sum of RGB (Red+Green+Blue) = 73+190+90=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE5A is #B641A5. Grayscale: #8F8F8F. Windows color (decimal): -11944358 or 5946953. OLE color: 5946953.
HSL color Cylindrical-coordinate representation of color #49BE5A: hue angle of 128.72º 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 #49BE5A is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 90 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.25 |
| HSL | 128.72º | 0.47% | 0.52% | - |
| HSV(B) | 128.72º | 0.62% | 0.75% | - |
| XYZ | 23.01 | 38.98 | 15.98 | - |
| YUV | 143.62 | 97.74 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 90 | 0.62 | 0 | 0.53 | 0.25 | 128.72 | 0.47 | 0.52 |
| Hex | 49 | BE | 5A | 3E | 0 | 35 | 19 | 81 | 2F | 34 |
| Octal | 111 | 276 | 132 | 76 | 0 | 65 | 31 | 201 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1011010 | 111110 | 0 | 110101 | 11001 | 10000001 | 101111 | 110100 |
Color Harmonies of #49BE5A
Complementary color
Monochromatic Colors of #49BE5A
Black with #49BE5A
Text Example
Text Example
White with #49BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE5A; }
p { color: rgb(73,190,90); }
H1.HeaderClassName
{
color: #49BE5A;
}
.AnyTagClassName
{
color: #49BE5A;
}
</style>
background-color css
<style>
a { background-color: #49BE5A; }
a { background-color: rgb(73,190,90); }
div.DivClassName
{
background-color: #49BE5A;
}
.BgClassName
{
background-color: #49BE5A;
}
</style>
border-color css
<style>
span { border-color: #49BE5A; }
span { border-color: rgb(73,190,90); }
td.TdClassName
{
border-color: #49BE5A;
}
.TagClassName
{
border-color: #49BE5A;
}
</style>