Shades of Fruit Salad #49AF41
Tints of Fruit Salad #49AF41
RGB
CMYK
RGB Variations
Color information
#49AF41 (or 0x49AF41) is known color: Fruit Salad. HEX triplet: 49, AF and 41. RGB value is (73,175,65). Sum of RGB (Red+Green+Blue) = 73+175+65=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF41 is #B650BE. Grayscale: #848484. Windows color (decimal): -11948223 or 4304713. OLE color: 4304713.
HSL color Cylindrical-coordinate representation of color #49AF41: hue angle of 115.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49AF41 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 65 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.31 |
| HSL | 115.64º | 0.46% | 0.47% | - |
| HSV(B) | 115.64º | 0.63% | 0.69% | - |
| XYZ | 19.03 | 32.46 | 10.26 | - |
| YUV | 131.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 65 | 0.58 | 0 | 0.63 | 0.31 | 115.64 | 0.46 | 0.47 |
| Hex | 49 | AF | 41 | 3A | 0 | 3F | 1F | 74 | 2E | 2F |
| Octal | 111 | 257 | 101 | 72 | 0 | 77 | 37 | 164 | 56 | 57 |
| Binary | 1001001 | 10101111 | 1000001 | 111010 | 0 | 111111 | 11111 | 1110100 | 101110 | 101111 |
Color Harmonies of #49AF41
Complementary color
Monochromatic Colors of #49AF41
Black with #49AF41
Text Example
Text Example
White with #49AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF41; }
p { color: rgb(73,175,65); }
H1.HeaderClassName
{
color: #49AF41;
}
.AnyTagClassName
{
color: #49AF41;
}
</style>
background-color css
<style>
a { background-color: #49AF41; }
a { background-color: rgb(73,175,65); }
div.DivClassName
{
background-color: #49AF41;
}
.BgClassName
{
background-color: #49AF41;
}
</style>
border-color css
<style>
span { border-color: #49AF41; }
span { border-color: rgb(73,175,65); }
td.TdClassName
{
border-color: #49AF41;
}
.TagClassName
{
border-color: #49AF41;
}
</style>