Shades of Fruit Salad #49BE52
Tints of Fruit Salad #49BE52
RGB
CMYK
RGB Variations
Color information
#49BE52 (or 0x49BE52) is known color: Fruit Salad. HEX triplet: 49, BE and 52. RGB value is (73,190,82). Sum of RGB (Red+Green+Blue) = 73+190+82=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE52 is #B641AD. Grayscale: #8F8F8F. Windows color (decimal): -11944366 or 5422665. OLE color: 5422665.
HSL color Cylindrical-coordinate representation of color #49BE52: hue angle of 124.62º 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 #49BE52 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 82 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.25 |
| HSL | 124.62º | 0.47% | 0.52% | - |
| HSV(B) | 124.62º | 0.62% | 0.75% | - |
| XYZ | 22.68 | 38.85 | 14.29 | - |
| YUV | 142.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 82 | 0.62 | 0 | 0.57 | 0.25 | 124.62 | 0.47 | 0.52 |
| Hex | 49 | BE | 52 | 3E | 0 | 39 | 19 | 7D | 2F | 34 |
| Octal | 111 | 276 | 122 | 76 | 0 | 71 | 31 | 175 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1010010 | 111110 | 0 | 111001 | 11001 | 1111101 | 101111 | 110100 |
Color Harmonies of #49BE52
Complementary color
Monochromatic Colors of #49BE52
Black with #49BE52
Text Example
Text Example
White with #49BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE52; }
p { color: rgb(73,190,82); }
H1.HeaderClassName
{
color: #49BE52;
}
.AnyTagClassName
{
color: #49BE52;
}
</style>
background-color css
<style>
a { background-color: #49BE52; }
a { background-color: rgb(73,190,82); }
div.DivClassName
{
background-color: #49BE52;
}
.BgClassName
{
background-color: #49BE52;
}
</style>
border-color css
<style>
span { border-color: #49BE52; }
span { border-color: rgb(73,190,82); }
td.TdClassName
{
border-color: #49BE52;
}
.TagClassName
{
border-color: #49BE52;
}
</style>