Shades of Fruit Salad #49AF56
Tints of Fruit Salad #49AF56
RGB
CMYK
RGB Variations
Color information
#49AF56 (or 0x49AF56) is known color: Fruit Salad. HEX triplet: 49, AF and 56. RGB value is (73,175,86). Sum of RGB (Red+Green+Blue) = 73+175+86=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF56 is #B650A9. Grayscale: #868686. Windows color (decimal): -11948202 or 5680969. OLE color: 5680969.
HSL color Cylindrical-coordinate representation of color #49AF56: hue angle of 127.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF56 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 86 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.31 |
| HSL | 127.65º | 0.41% | 0.49% | - |
| HSV(B) | 127.65º | 0.58% | 0.69% | - |
| XYZ | 19.76 | 32.75 | 14.08 | - |
| YUV | 134.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 86 | 0.58 | 0 | 0.51 | 0.31 | 127.65 | 0.41 | 0.49 |
| Hex | 49 | AF | 56 | 3A | 0 | 33 | 1F | 80 | 29 | 31 |
| Octal | 111 | 257 | 126 | 72 | 0 | 63 | 37 | 200 | 51 | 61 |
| Binary | 1001001 | 10101111 | 1010110 | 111010 | 0 | 110011 | 11111 | 10000000 | 101001 | 110001 |
Color Harmonies of #49AF56
Complementary color
Monochromatic Colors of #49AF56
Black with #49AF56
Text Example
Text Example
White with #49AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF56; }
p { color: rgb(73,175,86); }
H1.HeaderClassName
{
color: #49AF56;
}
.AnyTagClassName
{
color: #49AF56;
}
</style>
background-color css
<style>
a { background-color: #49AF56; }
a { background-color: rgb(73,175,86); }
div.DivClassName
{
background-color: #49AF56;
}
.BgClassName
{
background-color: #49AF56;
}
</style>
border-color css
<style>
span { border-color: #49AF56; }
span { border-color: rgb(73,175,86); }
td.TdClassName
{
border-color: #49AF56;
}
.TagClassName
{
border-color: #49AF56;
}
</style>