Shades of Fruit Salad #50B447
Tints of Fruit Salad #50B447
RGB
CMYK
RGB Variations
Color information
#50B447 (or 0x50B447) is known color: Fruit Salad. HEX triplet: 50, B4 and 47. RGB value is (80,180,71). Sum of RGB (Red+Green+Blue) = 80+180+71=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #50B447 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B447 is #AF4BB8. Grayscale: #8A8A8A. Windows color (decimal): -11488185 or 4699216. OLE color: 4699216.
HSL color Cylindrical-coordinate representation of color #50B447: hue angle of 115.05º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B447 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 71 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.29 |
| HSL | 115.05º | 0.43% | 0.49% | - |
| HSV(B) | 115.05º | 0.61% | 0.71% | - |
| XYZ | 20.77 | 34.8 | 11.58 | - |
| YUV | 137.67 | 90.37 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 71 | 0.56 | 0 | 0.61 | 0.29 | 115.05 | 0.43 | 0.49 |
| Hex | 50 | B4 | 47 | 38 | 0 | 3D | 1D | 73 | 2B | 31 |
| Octal | 120 | 264 | 107 | 70 | 0 | 75 | 35 | 163 | 53 | 61 |
| Binary | 1010000 | 10110100 | 1000111 | 111000 | 0 | 111101 | 11101 | 1110011 | 101011 | 110001 |
Color Harmonies of #50B447
Complementary color
Monochromatic Colors of #50B447
Black with #50B447
Text Example
Text Example
White with #50B447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B447; }
p { color: rgb(80,180,71); }
H1.HeaderClassName
{
color: #50B447;
}
.AnyTagClassName
{
color: #50B447;
}
</style>
background-color css
<style>
a { background-color: #50B447; }
a { background-color: rgb(80,180,71); }
div.DivClassName
{
background-color: #50B447;
}
.BgClassName
{
background-color: #50B447;
}
</style>
border-color css
<style>
span { border-color: #50B447; }
span { border-color: rgb(80,180,71); }
td.TdClassName
{
border-color: #50B447;
}
.TagClassName
{
border-color: #50B447;
}
</style>