Shades of Fruit Salad #49B63F
Tints of Fruit Salad #49B63F
RGB
CMYK
RGB Variations
Color information
#49B63F (or 0x49B63F) is known color: Fruit Salad. HEX triplet: 49, B6 and 3F. RGB value is (73,182,63). Sum of RGB (Red+Green+Blue) = 73+182+63=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #49B63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B63F is #B649C0. Grayscale: #888888. Windows color (decimal): -11946433 or 4175433. OLE color: 4175433.
HSL color Cylindrical-coordinate representation of color #49B63F: hue angle of 114.96º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B63F is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 63 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.29 |
| HSL | 114.96º | 0.49% | 0.48% | - |
| HSV(B) | 114.96º | 0.65% | 0.71% | - |
| XYZ | 20.37 | 35.23 | 10.43 | - |
| YUV | 135.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 63 | 0.60 | 0 | 0.65 | 0.29 | 114.96 | 0.49 | 0.48 |
| Hex | 49 | B6 | 3F | 3C | 0 | 41 | 1D | 73 | 31 | 30 |
| Octal | 111 | 266 | 77 | 74 | 0 | 101 | 35 | 163 | 61 | 60 |
| Binary | 1001001 | 10110110 | 111111 | 111100 | 0 | 1000001 | 11101 | 1110011 | 110001 | 110000 |
Color Harmonies of #49B63F
Complementary color
Monochromatic Colors of #49B63F
Black with #49B63F
Text Example
Text Example
White with #49B63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B63F; }
p { color: rgb(73,182,63); }
H1.HeaderClassName
{
color: #49B63F;
}
.AnyTagClassName
{
color: #49B63F;
}
</style>
background-color css
<style>
a { background-color: #49B63F; }
a { background-color: rgb(73,182,63); }
div.DivClassName
{
background-color: #49B63F;
}
.BgClassName
{
background-color: #49B63F;
}
</style>
border-color css
<style>
span { border-color: #49B63F; }
span { border-color: rgb(73,182,63); }
td.TdClassName
{
border-color: #49B63F;
}
.TagClassName
{
border-color: #49B63F;
}
</style>