Shades of Fruit Salad #49BD4B
Tints of Fruit Salad #49BD4B
RGB
CMYK
RGB Variations
Color information
#49BD4B (or 0x49BD4B) is known color: Fruit Salad. HEX triplet: 49, BD and 4B. RGB value is (73,189,75). Sum of RGB (Red+Green+Blue) = 73+189+75=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BD4B is #B642B4. Grayscale: #8D8D8D. Windows color (decimal): -11944629 or 4963657. OLE color: 4963657.
HSL color Cylindrical-coordinate representation of color #49BD4B: hue angle of 121.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD4B is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 75 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.26 |
| HSL | 121.03º | 0.47% | 0.51% | - |
| HSV(B) | 121.03º | 0.61% | 0.74% | - |
| XYZ | 22.22 | 38.32 | 12.88 | - |
| YUV | 141.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 75 | 0.61 | 0 | 0.60 | 0.26 | 121.03 | 0.47 | 0.51 |
| Hex | 49 | BD | 4B | 3D | 0 | 3C | 1A | 79 | 2F | 33 |
| Octal | 111 | 275 | 113 | 75 | 0 | 74 | 32 | 171 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1001011 | 111101 | 0 | 111100 | 11010 | 1111001 | 101111 | 110011 |
Color Harmonies of #49BD4B
Complementary color
Monochromatic Colors of #49BD4B
Black with #49BD4B
Text Example
Text Example
White with #49BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD4B; }
p { color: rgb(73,189,75); }
H1.HeaderClassName
{
color: #49BD4B;
}
.AnyTagClassName
{
color: #49BD4B;
}
</style>
background-color css
<style>
a { background-color: #49BD4B; }
a { background-color: rgb(73,189,75); }
div.DivClassName
{
background-color: #49BD4B;
}
.BgClassName
{
background-color: #49BD4B;
}
</style>
border-color css
<style>
span { border-color: #49BD4B; }
span { border-color: rgb(73,189,75); }
td.TdClassName
{
border-color: #49BD4B;
}
.TagClassName
{
border-color: #49BD4B;
}
</style>