Shades of Fruit Salad #50B449
Tints of Fruit Salad #50B449
RGB
CMYK
RGB Variations
Color information
#50B449 (or 0x50B449) is known color: Fruit Salad. HEX triplet: 50, B4 and 49. RGB value is (80,180,73). Sum of RGB (Red+Green+Blue) = 80+180+73=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #50B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B449 is #AF4BB6. Grayscale: #8A8A8A. Windows color (decimal): -11488183 or 4830288. OLE color: 4830288.
HSL color Cylindrical-coordinate representation of color #50B449: hue angle of 116.07º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B449 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 73 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.29 |
| HSL | 116.07º | 0.42% | 0.5% | - |
| HSV(B) | 116.07º | 0.59% | 0.71% | - |
| XYZ | 20.83 | 34.83 | 11.93 | - |
| YUV | 137.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 73 | 0.56 | 0 | 0.59 | 0.29 | 116.07 | 0.42 | 0.5 |
| Hex | 50 | B4 | 49 | 38 | 0 | 3B | 1D | 74 | 2A | 32 |
| Octal | 120 | 264 | 111 | 70 | 0 | 73 | 35 | 164 | 52 | 62 |
| Binary | 1010000 | 10110100 | 1001001 | 111000 | 0 | 111011 | 11101 | 1110100 | 101010 | 110010 |
Color Harmonies of #50B449
Complementary color
Monochromatic Colors of #50B449
Black with #50B449
Text Example
Text Example
White with #50B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B449; }
p { color: rgb(80,180,73); }
H1.HeaderClassName
{
color: #50B449;
}
.AnyTagClassName
{
color: #50B449;
}
</style>
background-color css
<style>
a { background-color: #50B449; }
a { background-color: rgb(80,180,73); }
div.DivClassName
{
background-color: #50B449;
}
.BgClassName
{
background-color: #50B449;
}
</style>
border-color css
<style>
span { border-color: #50B449; }
span { border-color: rgb(80,180,73); }
td.TdClassName
{
border-color: #50B449;
}
.TagClassName
{
border-color: #50B449;
}
</style>