Shades of Fruit Salad #49AD57
Tints of Fruit Salad #49AD57
RGB
CMYK
RGB Variations
Color information
#49AD57 (or 0x49AD57) is known color: Fruit Salad. HEX triplet: 49, AD and 57. RGB value is (73,173,87). Sum of RGB (Red+Green+Blue) = 73+173+87=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD57 is #B652A8. Grayscale: #858585. Windows color (decimal): -11948713 or 5745993. OLE color: 5745993.
HSL color Cylindrical-coordinate representation of color #49AD57: hue angle of 128.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD57 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 87 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.32 |
| HSL | 128.4º | 0.41% | 0.48% | - |
| HSV(B) | 128.4º | 0.58% | 0.68% | - |
| XYZ | 19.41 | 31.99 | 14.17 | - |
| YUV | 133.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 87 | 0.58 | 0 | 0.50 | 0.32 | 128.4 | 0.41 | 0.48 |
| Hex | 49 | AD | 57 | 3A | 0 | 32 | 20 | 80 | 29 | 30 |
| Octal | 111 | 255 | 127 | 72 | 0 | 62 | 40 | 200 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1010111 | 111010 | 0 | 110010 | 100000 | 10000000 | 101001 | 110000 |
Color Harmonies of #49AD57
Complementary color
Monochromatic Colors of #49AD57
Black with #49AD57
Text Example
Text Example
White with #49AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD57; }
p { color: rgb(73,173,87); }
H1.HeaderClassName
{
color: #49AD57;
}
.AnyTagClassName
{
color: #49AD57;
}
</style>
background-color css
<style>
a { background-color: #49AD57; }
a { background-color: rgb(73,173,87); }
div.DivClassName
{
background-color: #49AD57;
}
.BgClassName
{
background-color: #49AD57;
}
</style>
border-color css
<style>
span { border-color: #49AD57; }
span { border-color: rgb(73,173,87); }
td.TdClassName
{
border-color: #49AD57;
}
.TagClassName
{
border-color: #49AD57;
}
</style>